Interface RestEdge

All Superinterfaces:
RestData

public interface RestEdge extends RestData
  • Method Details

    • getId

      long getId()
    • getUUID

      String getUUID()
    • getEdgeType

      String getEdgeType()
    • getModel

      RestModel getModel()
    • getFrom

      RestVertex getFrom()
    • getTo

      RestVertex getTo()
    • getLabelBounds

      Rectangle getLabelBounds(se.conciliate.mt.rest.RestLocale langCode)
    • getFont

      Font getFont()
    • getFontColor

      Color getFontColor()
    • isHideArrows

      boolean isHideArrows()
    • getStroke

      Optional<String> getStroke()
    • getPoints

      List<Point> getPoints()
    • getRouter

      String getRouter()
    • getTitle

      String getTitle(se.conciliate.mt.rest.RestLocale locale)
    • getRawTitle

      String getRawTitle(se.conciliate.mt.rest.RestLocale locale)
    • isRotateLabel

      boolean isRotateLabel()
    • getBreakdowns

      List<RestModel> getBreakdowns()