Class HighlightController

    • Field Detail

      • highlightEventType

        protected java.lang.Object highlightEventType
      • lastHighlightObject

        protected Highlightable lastHighlightObject
    • Constructor Detail

      • HighlightController

        public HighlightController​(WorldWindow wwd,
                                   java.lang.Object highlightEventType)
        Creates a controller for a specified WorldWindow.
        Parameters:
        wwd - the WorldWindow to monitor.
        highlightEventType - the type of SelectEvent to highlight in response to. The default is SelectEvent.ROLLOVER.
    • Method Detail

      • dispose

        public void dispose()
      • highlight

        protected void highlight​(java.lang.Object o)