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

public class Highlight extends Component
Author:
jek
  • Constructor Details

    • Highlight

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

      public Highlight(Node position, Node area)
      Instantiates a new highlight.
      Parameters:
      position - the position
      area - the area
  • Method Details