java.lang.Object
com.saperion.ngc.viewer.hylandviewer.annotation.ini.Component
com.saperion.ngc.viewer.hylandviewer.annotation.ini.Arrow

public class Arrow extends Component
Contains Arrow ini component configuration
Author:
schowdhury
  • Constructor Details

    • Arrow

      public Arrow(Node start, Node end)
  • Method Details

    • getStart

      public Node getStart()
    • setStart

      public void setStart(Node start)
    • getEnd

      public Node getEnd()
    • setEnd

      public void setEnd(Node end)
    • getLineWidth

      public int getLineWidth()
    • setLineWidth

      public void setLineWidth(int lineWidth)
    • getColor

      public Color getColor()
    • setColor

      public void setColor(Color color)
    • renderComponent

      public String renderComponent()
      Overrides:
      renderComponent in class Component
      Returns:
      rendered component Array