public enum AttributeCGMElement extends java.lang.Enum<AttributeCGMElement>
Modifier and Type | Method and Description |
---|---|
static AttributeCGMElement |
getElement(int ec) |
java.lang.String |
toString() |
static AttributeCGMElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeCGMElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeCGMElement UNUSED_0
public static final AttributeCGMElement LINE_BUNDLE_INDEX
public static final AttributeCGMElement LINE_TYPE
public static final AttributeCGMElement LINE_WIDTH
public static final AttributeCGMElement LINE_COLOUR
public static final AttributeCGMElement MARKER_BUNDLE_INDEX
public static final AttributeCGMElement MARKER_TYPE
public static final AttributeCGMElement MARKER_SIZE
public static final AttributeCGMElement MARKER_COLOUR
public static final AttributeCGMElement TEXT_BUNDLE_INDEX
public static final AttributeCGMElement TEXT_FONT_INDEX
public static final AttributeCGMElement TEXT_PRECISION
public static final AttributeCGMElement CHARACTER_EXPANSION_FACTOR
public static final AttributeCGMElement CHARACTER_SPACING
public static final AttributeCGMElement TEXT_COLOUR
public static final AttributeCGMElement CHARACTER_HEIGHT
public static final AttributeCGMElement CHARACTER_ORIENTATION
public static final AttributeCGMElement TEXT_PATH
public static final AttributeCGMElement TEXT_ALIGNMENT
public static final AttributeCGMElement CHARACTER_SET_INDEX
public static final AttributeCGMElement ALTERNATE_CHARACTER_SET_INDEX
public static final AttributeCGMElement FILL_BUNDLE_INDEX
public static final AttributeCGMElement INTERIOR_STYLE
public static final AttributeCGMElement FILL_COLOUR
public static final AttributeCGMElement HATCH_INDEX
public static final AttributeCGMElement PATTERN_INDEX
public static final AttributeCGMElement EDGE_BUNDLE_INDEX
public static final AttributeCGMElement EDGE_TYPE
public static final AttributeCGMElement EDGE_WIDTH
public static final AttributeCGMElement EDGE_COLOUR
public static final AttributeCGMElement EDGE_VISIBILITY
public static final AttributeCGMElement FILL_REFERENCE_POINT
public static final AttributeCGMElement PATTERN_TABLE
public static final AttributeCGMElement PATTERN_SIZE
public static final AttributeCGMElement COLOUR_TABLE
public static final AttributeCGMElement ASPECT_SOURCE_FLAGS
public static final AttributeCGMElement PICK_IDENTIFIER
public static final AttributeCGMElement LINE_CAP
public static final AttributeCGMElement LINE_JOIN
public static final AttributeCGMElement LINE_TYPE_CONTINUATION
public static final AttributeCGMElement LINE_TYPE_INITIAL_OFFSET
public static final AttributeCGMElement TEXT_SCORE_TYPE
public static final AttributeCGMElement RESTRICTED_TEXT_TYPE
public static final AttributeCGMElement INTERPOLATED_INTERIOR
public static final AttributeCGMElement EDGE_CAP
public static final AttributeCGMElement EDGE_JOIN
public static final AttributeCGMElement EDGE_TYPE_CONTINUATION
public static final AttributeCGMElement EDGE_TYPE_INITIAL_OFFSET
public static final AttributeCGMElement SYMBOL_LIBRARY_INDEX
public static final AttributeCGMElement SYMBOL_COLOUR
public static final AttributeCGMElement SYMBOL_SIZE
public static final AttributeCGMElement SYMBOL_ORIENTATION
public static AttributeCGMElement[] values()
for (AttributeCGMElement c : AttributeCGMElement.values()) System.out.println(c);
public static AttributeCGMElement 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 nullpublic static AttributeCGMElement getElement(int ec)
public java.lang.String toString()
toString
in class java.lang.Enum<AttributeCGMElement>