public enum DotAttributes extends java.lang.Enum<DotAttributes>
Enum Constant and Description |
---|
COLOR |
DISTORTION |
FILLCOLOR |
FIXEDSIZE |
FONTNAME |
FONTSIZE |
HEIGHT |
LABEL |
ORIENTATION |
PERIPHERIES |
REGULAR |
SHAPE |
SIDES |
SKEW |
STYLE |
WIDTH |
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
defaultValue |
java.lang.String |
dotName |
Modifier and Type | Method and Description |
---|---|
static DotAttributes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DotAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DotAttributes FIXEDSIZE
public static final DotAttributes FONTNAME
public static final DotAttributes FONTSIZE
public static final DotAttributes HEIGHT
public static final DotAttributes WIDTH
public static final DotAttributes LABEL
public static final DotAttributes STYLE
public static final DotAttributes COLOR
public static final DotAttributes FILLCOLOR
public static final DotAttributes DISTORTION
public static final DotAttributes ORIENTATION
public static final DotAttributes REGULAR
public static final DotAttributes SHAPE
public static final DotAttributes PERIPHERIES
public static final DotAttributes SIDES
public static final DotAttributes SKEW
public final java.lang.Object defaultValue
public final java.lang.String dotName
public static DotAttributes[] values()
for (DotAttributes c : DotAttributes.values()) System.out.println(c);
public static DotAttributes 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