|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
ObjectEnum<Colors.Element>
Colors.Element
public static enum Colors.Element
Keys for syntatic elements to be colorized.
| referencing/geotk-referencing (download) | View source code for this class |
| Enum Constant Summary | |
|---|---|
AXIS
Axes. |
|
CODE_LIST
Code list values. |
|
DATUM
Datum. |
|
ERROR
Unformattable elements. |
|
INTEGER
Integer numbers. |
|
METHOD
Operation methods. |
|
NUMBER
Floating point numbers (excluding integer types). |
|
PARAMETER
Parameter values. |
|
UNIT
Units of measurement. |
|
| Method Summary | |
|---|---|
static Colors.Element |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Colors.Element[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Colors.Element NUMBER
public static final Colors.Element INTEGER
public static final Colors.Element UNIT
UNIT elements.
public static final Colors.Element AXIS
AXIS elements.
public static final Colors.Element CODE_LIST
public static final Colors.Element PARAMETER
PARAMETER elements.
public static final Colors.Element METHOD
PROJECTION elements.
public static final Colors.Element DATUM
DATUM elements.
public static final Colors.Element ERROR
| Method Detail |
|---|
public static Colors.Element[] values()
for (Colors.Element c : Colors.Element.values()) System.out.println(c);
public static Colors.Element valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||