net.sf.jcgm.core
Enum PictureDescriptorElement
java.lang.Object
java.lang.Enum<PictureDescriptorElement>
net.sf.jcgm.core.PictureDescriptorElement
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<PictureDescriptorElement>
public enum PictureDescriptorElement
- extends java.lang.Enum<PictureDescriptorElement>
Element class 2: Picture Descriptor Elements
- Since:
- Dec 15, 2009
- Version:
- $Id: PictureDescriptorElement.java 46 2011-12-14 08:26:44Z phica $
- Author:
- Philippe Cadé
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
UNUSED_0
public static final PictureDescriptorElement UNUSED_0
SCALING_MODE
public static final PictureDescriptorElement SCALING_MODE
COLOUR_SELECTION_MODE
public static final PictureDescriptorElement COLOUR_SELECTION_MODE
LINE_WIDTH_SPECIFICATION_MODE
public static final PictureDescriptorElement LINE_WIDTH_SPECIFICATION_MODE
MARKER_SIZE_SPECIFICATION_MODE
public static final PictureDescriptorElement MARKER_SIZE_SPECIFICATION_MODE
EDGE_WIDTH_SPECIFICATION_MODE
public static final PictureDescriptorElement EDGE_WIDTH_SPECIFICATION_MODE
VDC_EXTENT
public static final PictureDescriptorElement VDC_EXTENT
BACKGROUND_COLOUR
public static final PictureDescriptorElement BACKGROUND_COLOUR
DEVICE_VIEWPORT
public static final PictureDescriptorElement DEVICE_VIEWPORT
DEVICE_VIEWPORT_SPECIFICATION_MODE
public static final PictureDescriptorElement DEVICE_VIEWPORT_SPECIFICATION_MODE
DEVICE_VIEWPORT_MAPPING
public static final PictureDescriptorElement DEVICE_VIEWPORT_MAPPING
LINE_REPRESENTATION
public static final PictureDescriptorElement LINE_REPRESENTATION
MARKER_REPRESENTATION
public static final PictureDescriptorElement MARKER_REPRESENTATION
TEXT_REPRESENTATION
public static final PictureDescriptorElement TEXT_REPRESENTATION
FILL_REPRESENTATION
public static final PictureDescriptorElement FILL_REPRESENTATION
EDGE_REPRESENTATION
public static final PictureDescriptorElement EDGE_REPRESENTATION
INTERIOR_STYLE_SPECIFICATION_MODE
public static final PictureDescriptorElement INTERIOR_STYLE_SPECIFICATION_MODE
LINE_AND_EDGE_TYPE_DEFINITION
public static final PictureDescriptorElement LINE_AND_EDGE_TYPE_DEFINITION
HATCH_STYLE_DEFINITION
public static final PictureDescriptorElement HATCH_STYLE_DEFINITION
GEOMETRIC_PATTERN_DEFINITION
public static final PictureDescriptorElement GEOMETRIC_PATTERN_DEFINITION
APPLICATION_STRUCTURE_DIRECTORY
public static final PictureDescriptorElement APPLICATION_STRUCTURE_DIRECTORY
values
public static PictureDescriptorElement[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (PictureDescriptorElement c : PictureDescriptorElement.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PictureDescriptorElement valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getElement
public static PictureDescriptorElement getElement(int ec)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum<PictureDescriptorElement>
Part of the jcgm library http://jcgm.sourceforge.net/