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

public class Arrow extends Component
Author:
jek
  • Constructor Details

    • Arrow

      public Arrow(Integer x1, Integer y1, Integer x2, Integer y2)
      Constructor create Arrow Component.
      Parameters:
      x1 - x1
      y1 - y1
      x2 - x2
      y2 - y2
    • Arrow

      public Arrow(Node n1, Node n2)
      Instantiates a new arrow.
      Parameters:
      n1 - the n1
      n2 - the n2
  • Method Details