Enum Constant and Description |
---|
circle |
cutRectangle |
invisible |
rectangle |
roundedRectangle |
skewedRectangle |
triangle |
Modifier and Type | Method and Description |
---|---|
static NodeShape |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeShape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeShape invisible
public static final NodeShape circle
public static final NodeShape triangle
public static final NodeShape rectangle
public static final NodeShape roundedRectangle
public static final NodeShape cutRectangle
public static final NodeShape skewedRectangle
public static NodeShape[] values()
for (NodeShape c : NodeShape.values()) System.out.println(c);
public static NodeShape 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 2004-2015 Wandora Team