Uses of Interface
org.deegree.graphics.Highlighter

Packages that use Highlighter
org.deegree_impl.graphics   
org.deegree.graphics   
 

Uses of Highlighter in org.deegree_impl.graphics
 

Methods in org.deegree_impl.graphics with parameters of type Highlighter
 void Theme_Impl.addHighlighter(Highlighter highlighter)
          A Highlighter is a class that is responsible for managing the highlight capabilities for one or more Themes.
 void Theme_Impl.removeHighlighter(Highlighter highlighter)
           
 void MapView_Impl.addHighlighter(Highlighter highlighter)
          A Highlighter is a class that is responsible for managing the highlight capabilities for one or more Themes.
 void MapView_Impl.removeHighlighter(Highlighter highlighter)
           
 

Uses of Highlighter in org.deegree.graphics
 

Methods in org.deegree.graphics with parameters of type Highlighter
 void Theme.addHighlighter(Highlighter highlighter)
          A Highlighter is a class that is responsible for managing the highlight capabilities for one or more Themes.
 void Theme.removeHighlighter(Highlighter highlighter)
           
 void MapView.addHighlighter(Highlighter highlighter)
          A Highlighter is a class that is responsible for managing the highlight capabilities for one or more Themes.
 void MapView.removeHighlighter(Highlighter highlighter)