http://www.jpicedt.org

Uses of Class
jpicedt.graphic.view.highlighter.CompositeHighlighter.HighlightingMode

Packages that use CompositeHighlighter.HighlightingMode
jpicedt.graphic.model Document structure and graphic primitives. 
jpicedt.graphic.view.highlighter Aspect visuel de la mise en vedette. 
 

Uses of CompositeHighlighter.HighlightingMode in jpicedt.graphic.model
 

Methods in jpicedt.graphic.model that return CompositeHighlighter.HighlightingMode
 CompositeHighlighter.HighlightingMode PicGroup.getHighlightingMode()
          Return the current highlighting mode
 

Methods in jpicedt.graphic.model with parameters of type CompositeHighlighter.HighlightingMode
 void PicGroup.setHighlightingMode(CompositeHighlighter.HighlightingMode mode)
          set the current highlighting mode ; this influences the way the Highligther is painted, but also the result returned by HitTest.
 

Uses of CompositeHighlighter.HighlightingMode in jpicedt.graphic.view.highlighter
 

Fields in jpicedt.graphic.view.highlighter declared as CompositeHighlighter.HighlightingMode
protected  CompositeHighlighter.HighlightingMode CompositeHighlighter.highlightingMode
          highlight mode (default to GLOBAL)
 

Methods in jpicedt.graphic.view.highlighter that return CompositeHighlighter.HighlightingMode
 CompositeHighlighter.HighlightingMode CompositeHighlighter.getHighlightingMode()
          Return the current highlighting mode.
static CompositeHighlighter.HighlightingMode CompositeHighlighter.HighlightingMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompositeHighlighter.HighlightingMode[] CompositeHighlighter.HighlightingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jpicedt.graphic.view.highlighter with parameters of type CompositeHighlighter.HighlightingMode
 void CompositeHighlighter.setHighlightingMode(CompositeHighlighter.HighlightingMode mode)
          set the current highlighting mode ; this influences the way the Highligther is painted, but also the result returned by HitTest.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org