public enum MetafileDescriptorCGMElement extends java.lang.Enum<MetafileDescriptorCGMElement>
Modifier and Type | Method and Description |
---|---|
static MetafileDescriptorCGMElement |
getElement(int ec) |
int |
getElementCode() |
java.lang.String |
toString() |
static MetafileDescriptorCGMElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetafileDescriptorCGMElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetafileDescriptorCGMElement UNUSED_0
public static final MetafileDescriptorCGMElement METAFILE_VERSION
public static final MetafileDescriptorCGMElement METAFILE_DESCRIPTION
public static final MetafileDescriptorCGMElement VDC_TYPE
public static final MetafileDescriptorCGMElement INTEGER_PRECISION
public static final MetafileDescriptorCGMElement REAL_PRECISION
public static final MetafileDescriptorCGMElement INDEX_PRECISION
public static final MetafileDescriptorCGMElement COLOUR_PRECISION
public static final MetafileDescriptorCGMElement COLOUR_INDEX_PRECISION
public static final MetafileDescriptorCGMElement MAXIMUM_COLOUR_INDEX
public static final MetafileDescriptorCGMElement COLOUR_VALUE_EXTENT
public static final MetafileDescriptorCGMElement METAFILE_ELEMENT_LIST
public static final MetafileDescriptorCGMElement METAFILE_DEFAULTS_REPLACEMENT
public static final MetafileDescriptorCGMElement FONT_LIST
public static final MetafileDescriptorCGMElement CHARACTER_SET_LIST
public static final MetafileDescriptorCGMElement CHARACTER_CODING_ANNOUNCER
public static final MetafileDescriptorCGMElement NAME_PRECISION
public static final MetafileDescriptorCGMElement MAXIMUM_VDC_EXTENT
public static final MetafileDescriptorCGMElement SEGMENT_PRIORITY_EXTENT
public static final MetafileDescriptorCGMElement COLOUR_MODEL
public static final MetafileDescriptorCGMElement COLOUR_CALIBRATION
public static final MetafileDescriptorCGMElement FONT_PROPERTIES
public static final MetafileDescriptorCGMElement GLYPH_MAPPING
public static final MetafileDescriptorCGMElement SYMBOL_LIBRARY_LIST
public static final MetafileDescriptorCGMElement PICTURE_DIRECTORY
public static MetafileDescriptorCGMElement[] values()
for (MetafileDescriptorCGMElement c : MetafileDescriptorCGMElement.values()) System.out.println(c);
public static MetafileDescriptorCGMElement 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 MetafileDescriptorCGMElement getElement(int ec)
public int getElementCode()
public java.lang.String toString()
toString
in class java.lang.Enum<MetafileDescriptorCGMElement>