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

public class Polygon extends Component
Author:
jek
  • Constructor Details

    • Polygon

      public Polygon(ArrayList<Node> nodes, Integer width, Integer height)
      Constructor create Polygon Component.
      Parameters:
      nodes - nodes ArrayList of Nodes (x,y)
      width - width
      height - height
  • Method Details