jpicedt.graphic.view.highlighter
Enum CompositeHighlighter.HighlightingMode
java.lang.Object
java.lang.Enum<CompositeHighlighter.HighlightingMode>
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
LOCAL
public static final CompositeHighlighter.HighlightingMode LOCAL
GLOBAL
public static final CompositeHighlighter.HighlightingMode GLOBAL
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
Submit a bug : syd@jpicedt.org