public static enum ShapeImage.JGraphStyle extends java.lang.Enum<ShapeImage.JGraphStyle>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
mxStyle |
Modifier and Type | Method and Description |
---|---|
static ShapeImage.JGraphStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShapeImage.JGraphStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeImage.JGraphStyle OPACITY
public static final ShapeImage.JGraphStyle TEXT_OPACITY
public static final ShapeImage.JGraphStyle OVERFLOW_1
public static final ShapeImage.JGraphStyle OVERFLOW_2
public static final ShapeImage.JGraphStyle OVERFLOW_3
public static final ShapeImage.JGraphStyle ROTATION
public static final ShapeImage.JGraphStyle FILLCOLOR
public static final ShapeImage.JGraphStyle GRADIENTCOLOR
public static final ShapeImage.JGraphStyle GRADIENT_DIRECTION
public static final ShapeImage.JGraphStyle STROKECOLOR
public static final ShapeImage.JGraphStyle STROKEWIDTH
public static final ShapeImage.JGraphStyle ALIGN
public static final ShapeImage.JGraphStyle VERTICAL_ALIGN
public static final ShapeImage.JGraphStyle LABEL_POSITION
public static final ShapeImage.JGraphStyle VERTICAL_LABEL_POSITION
public static final ShapeImage.JGraphStyle GLASS
public static final ShapeImage.JGraphStyle NOLABEL
public static final ShapeImage.JGraphStyle LABEL_BACKGROUNDCOLOR
public static final ShapeImage.JGraphStyle LABEL_BORDERCOLOR
public static final ShapeImage.JGraphStyle SHADOW
public static final ShapeImage.JGraphStyle DASHED
public static final ShapeImage.JGraphStyle ROUNDED
public static final ShapeImage.JGraphStyle HORIZONTAL
public static final ShapeImage.JGraphStyle FONTCOLOR
public static final ShapeImage.JGraphStyle FONTFAMILY
public static final ShapeImage.JGraphStyle FONTSIZE
public static final ShapeImage.JGraphStyle FONTSTYLE
public static ShapeImage.JGraphStyle[] values()
for (ShapeImage.JGraphStyle c : ShapeImage.JGraphStyle.values()) System.out.println(c);
public static ShapeImage.JGraphStyle 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