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