|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DebugCanvas.Color>
de.cau.cs.kieler.kiml.ui.util.DebugCanvas.Color
public static enum DebugCanvas.Color
color definitions.
Enum Constant Summary | |
---|---|
BLACK
the color black. |
|
BLUE
the color blue. |
|
CYAN
the color cyan. |
|
GRAY
the color gray. |
|
GREEN
the color green. |
|
ORANGE
the color orange. |
|
RED
the color red. |
|
WHITE
the color white. |
|
YELLOW
the color yellow. |
Method Summary | |
---|---|
static DebugCanvas.Color |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DebugCanvas.Color[] |
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 |
---|
public static final DebugCanvas.Color BLACK
public static final DebugCanvas.Color BLUE
public static final DebugCanvas.Color CYAN
public static final DebugCanvas.Color GRAY
public static final DebugCanvas.Color GREEN
public static final DebugCanvas.Color ORANGE
public static final DebugCanvas.Color RED
public static final DebugCanvas.Color WHITE
public static final DebugCanvas.Color YELLOW
Method Detail |
---|
public static DebugCanvas.Color[] values()
for (DebugCanvas.Color c : DebugCanvas.Color.values()) System.out.println(c);
public static DebugCanvas.Color 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 |