public enum ControlCGMElement extends java.lang.Enum<ControlCGMElement>
Modifier and Type | Method and Description |
---|---|
static ControlCGMElement |
getElement(int ec) |
java.lang.String |
toString() |
static ControlCGMElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ControlCGMElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlCGMElement UNUSED_0
public static final ControlCGMElement VDC_INTEGER_PRECISION
public static final ControlCGMElement VDC_REAL_PRECISION
public static final ControlCGMElement AUXILIARY_COLOUR
public static final ControlCGMElement TRANSPARENCY
public static final ControlCGMElement CLIP_RECTANGLE
public static final ControlCGMElement CLIP_INDICATOR
public static final ControlCGMElement LINE_CLIPPING_MODE
public static final ControlCGMElement MARKER_CLIPPING_MODE
public static final ControlCGMElement EDGE_CLIPPING_MODE
public static final ControlCGMElement NEW_REGION
public static final ControlCGMElement SAVE_PRIMITIVE_CONTEXT
public static final ControlCGMElement RESTORE_PRIMITIVE_CONTEXT
public static final ControlCGMElement UNUSED_13
public static final ControlCGMElement UNUSED_14
public static final ControlCGMElement UNUSED_15
public static final ControlCGMElement UNUSED_16
public static final ControlCGMElement PROTECTION_REGION_INDICATOR
public static final ControlCGMElement GENERALIZED_TEXT_PATH_MODE
public static final ControlCGMElement MITRE_LIMIT
public static final ControlCGMElement TRANSPARENT_CELL_COLOUR
public static ControlCGMElement[] values()
for (ControlCGMElement c : ControlCGMElement.values()) System.out.println(c);
public static ControlCGMElement 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 ControlCGMElement getElement(int ec)
public java.lang.String toString()
toString
in class java.lang.Enum<ControlCGMElement>