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

public class Rectangle extends Component
Author:
jek
  • Constructor Details

    • Rectangle

      public Rectangle(Integer x, Integer y, Integer width, Integer height)
      Constructor create Rectangle Component.
      Parameters:
      x - x
      y - y
      width - width
      height - height
  • Method Details