public static enum PrioritizableHighlightPainter.ZLayer extends java.lang.Enum<PrioritizableHighlightPainter.ZLayer>
| Enum Constant and Description |
|---|
BASE_LAYER
The lowest of the possible 3 layers where the highlights can be painted.
|
MIDDLE_LAYER
The middle layer of the possible 3 layers where the highlights can be painted.
|
TOP_LAYER
The highest of the possible 3 layers where the highlights can be painted.
|
| Modifier and Type | Method and Description |
|---|---|
static PrioritizableHighlightPainter.ZLayer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrioritizableHighlightPainter.ZLayer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrioritizableHighlightPainter.ZLayer BASE_LAYER
public static final PrioritizableHighlightPainter.ZLayer MIDDLE_LAYER
public static final PrioritizableHighlightPainter.ZLayer TOP_LAYER
public static PrioritizableHighlightPainter.ZLayer[] values()
for (PrioritizableHighlightPainter.ZLayer c : PrioritizableHighlightPainter.ZLayer.values()) System.out.println(c);
public static PrioritizableHighlightPainter.ZLayer valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.