http://www.jpicedt.org

jpicedt.graphic.view.highlighter
Enum CompositeHighlighter.HighlightingMode

java.lang.Object
  extended by java.lang.Enum<CompositeHighlighter.HighlightingMode>
      extended by jpicedt.graphic.view.highlighter.CompositeHighlighter.HighlightingMode
All Implemented Interfaces:
Serializable, Comparable<CompositeHighlighter.HighlightingMode>
Enclosing class:
CompositeHighlighter

public static enum CompositeHighlighter.HighlightingMode
extends Enum<CompositeHighlighter.HighlightingMode>

Local highlighting mode corresponding to each Element in the parent BranchElement being highlighted Global highlighting mode corresponding to the 8 outer control-points being highlighted


Enum Constant Summary
GLOBAL
           
LOCAL
           
 
Method Summary
static CompositeHighlighter.HighlightingMode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompositeHighlighter.HighlightingMode[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

LOCAL

public static final CompositeHighlighter.HighlightingMode LOCAL

GLOBAL

public static final CompositeHighlighter.HighlightingMode GLOBAL
Method Detail

values

public static CompositeHighlighter.HighlightingMode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CompositeHighlighter.HighlightingMode c : CompositeHighlighter.HighlightingMode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CompositeHighlighter.HighlightingMode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org