public enum PictureDescriptorCGMElement extends java.lang.Enum<PictureDescriptorCGMElement>
Modifier and Type | Method and Description |
---|---|
static PictureDescriptorCGMElement |
getElement(int ec) |
java.lang.String |
toString() |
static PictureDescriptorCGMElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PictureDescriptorCGMElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PictureDescriptorCGMElement UNUSED_0
public static final PictureDescriptorCGMElement SCALING_MODE
public static final PictureDescriptorCGMElement COLOUR_SELECTION_MODE
public static final PictureDescriptorCGMElement LINE_WIDTH_SPECIFICATION_MODE
public static final PictureDescriptorCGMElement MARKER_SIZE_SPECIFICATION_MODE
public static final PictureDescriptorCGMElement EDGE_WIDTH_SPECIFICATION_MODE
public static final PictureDescriptorCGMElement VDC_EXTENT
public static final PictureDescriptorCGMElement BACKGROUND_COLOUR
public static final PictureDescriptorCGMElement DEVICE_VIEWPORT
public static final PictureDescriptorCGMElement DEVICE_VIEWPORT_SPECIFICATION_MODE
public static final PictureDescriptorCGMElement DEVICE_VIEWPORT_MAPPING
public static final PictureDescriptorCGMElement LINE_REPRESENTATION
public static final PictureDescriptorCGMElement MARKER_REPRESENTATION
public static final PictureDescriptorCGMElement TEXT_REPRESENTATION
public static final PictureDescriptorCGMElement FILL_REPRESENTATION
public static final PictureDescriptorCGMElement EDGE_REPRESENTATION
public static final PictureDescriptorCGMElement INTERIOR_STYLE_SPECIFICATION_MODE
public static final PictureDescriptorCGMElement LINE_AND_EDGE_TYPE_DEFINITION
public static final PictureDescriptorCGMElement HATCH_STYLE_DEFINITION
public static final PictureDescriptorCGMElement GEOMETRIC_PATTERN_DEFINITION
public static final PictureDescriptorCGMElement APPLICATION_STRUCTURE_DIRECTORY
public static PictureDescriptorCGMElement[] values()
for (PictureDescriptorCGMElement c : PictureDescriptorCGMElement.values()) System.out.println(c);
public static PictureDescriptorCGMElement 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 PictureDescriptorCGMElement getElement(int ec)
public java.lang.String toString()
toString
in class java.lang.Enum<PictureDescriptorCGMElement>