public static enum StyleConstants.Shape extends java.lang.Enum<StyleConstants.Shape>
Enum Constant and Description |
---|
ANGLE |
ARROW |
BLOB |
BOX |
CIRCLE |
CROSS |
CUBIC_CURVE |
DIAMOND |
FLOW |
FREEPLANE |
HSQUARELINE |
IMAGES |
JCOMPONENT |
LINE |
LSQUARELINE |
PIE_CHART |
POLYGON |
POLYLINE |
POLYLINE_SCALED |
ROUNDED_BOX |
SQUARELINE |
TEXT_BOX |
TEXT_CIRCLE |
TEXT_DIAMOND |
TEXT_PARAGRAPH |
TEXT_ROUNDED_BOX |
TRIANGLE |
VSQUARELINE |
Modifier and Type | Field and Description |
---|---|
StyleConstants.ShapeKind |
kind |
Modifier and Type | Method and Description |
---|---|
static StyleConstants.Shape |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StyleConstants.Shape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleConstants.Shape CIRCLE
public static final StyleConstants.Shape BOX
public static final StyleConstants.Shape ROUNDED_BOX
public static final StyleConstants.Shape DIAMOND
public static final StyleConstants.Shape POLYGON
public static final StyleConstants.Shape TRIANGLE
public static final StyleConstants.Shape CROSS
public static final StyleConstants.Shape FREEPLANE
public static final StyleConstants.Shape TEXT_BOX
public static final StyleConstants.Shape TEXT_ROUNDED_BOX
public static final StyleConstants.Shape TEXT_PARAGRAPH
public static final StyleConstants.Shape TEXT_CIRCLE
public static final StyleConstants.Shape TEXT_DIAMOND
public static final StyleConstants.Shape JCOMPONENT
public static final StyleConstants.Shape PIE_CHART
public static final StyleConstants.Shape FLOW
public static final StyleConstants.Shape ARROW
public static final StyleConstants.Shape IMAGES
public static final StyleConstants.Shape LINE
public static final StyleConstants.Shape ANGLE
public static final StyleConstants.Shape CUBIC_CURVE
public static final StyleConstants.Shape POLYLINE
public static final StyleConstants.Shape POLYLINE_SCALED
public static final StyleConstants.Shape SQUARELINE
public static final StyleConstants.Shape LSQUARELINE
public static final StyleConstants.Shape HSQUARELINE
public static final StyleConstants.Shape VSQUARELINE
public static final StyleConstants.Shape BLOB
public StyleConstants.ShapeKind kind
public static StyleConstants.Shape[] values()
for (StyleConstants.Shape c : StyleConstants.Shape.values()) System.out.println(c);
public static StyleConstants.Shape 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 null