Class Highlight


  • public class Highlight
    extends Component
    Author:
    jek
    • Constructor Detail

      • Highlight

        public Highlight​(java.lang.Integer x,
                         java.lang.Integer y,
                         java.lang.Integer width,
                         java.lang.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 Detail

      • renderComponent

        public java.lang.String renderComponent()
        Overrides:
        renderComponent in class Component
        Returns:
        rendered component Highlight