public static enum ShapeImage.JGraphShape extends java.lang.Enum<ShapeImage.JGraphShape>
Enum Constant and Description |
---|
ACTOR |
CILINDER |
CLOUD |
CONNECTOR |
CURVE |
DOUBLE_ELLIPSE |
ELLIPSE |
HEXAGON |
IMAGE |
LABEL |
LINE |
RECTANGLE |
RHOMBUS |
SWIMLANE |
TRIANGLE |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
mxShapeConstantValue |
Modifier and Type | Method and Description |
---|---|
static ShapeImage.JGraphShape |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShapeImage.JGraphShape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeImage.JGraphShape RECTANGLE
public static final ShapeImage.JGraphShape ELLIPSE
public static final ShapeImage.JGraphShape DOUBLE_ELLIPSE
public static final ShapeImage.JGraphShape RHOMBUS
public static final ShapeImage.JGraphShape LINE
public static final ShapeImage.JGraphShape IMAGE
public static final ShapeImage.JGraphShape CURVE
public static final ShapeImage.JGraphShape LABEL
public static final ShapeImage.JGraphShape CILINDER
public static final ShapeImage.JGraphShape SWIMLANE
public static final ShapeImage.JGraphShape CONNECTOR
public static final ShapeImage.JGraphShape ACTOR
public static final ShapeImage.JGraphShape CLOUD
public static final ShapeImage.JGraphShape TRIANGLE
public static final ShapeImage.JGraphShape HEXAGON
public static ShapeImage.JGraphShape[] values()
for (ShapeImage.JGraphShape c : ShapeImage.JGraphShape.values()) System.out.println(c);
public static ShapeImage.JGraphShape 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