public static enum ComponentGraphics.LinePlace extends java.lang.Enum<ComponentGraphics.LinePlace>
Modifier and Type | Method and Description |
---|---|
static ComponentGraphics.LinePlace |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComponentGraphics.LinePlace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentGraphics.LinePlace NONE
public static final ComponentGraphics.LinePlace TOP
public static final ComponentGraphics.LinePlace BOTTOM
public static final ComponentGraphics.LinePlace LEFT
public static final ComponentGraphics.LinePlace RIGHT
public static ComponentGraphics.LinePlace[] values()
for (ComponentGraphics.LinePlace c : ComponentGraphics.LinePlace.values()) System.out.println(c);
public static ComponentGraphics.LinePlace 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 nullCopyright © 2000-2012 CreamTec LLC. All Rights Reserved.