net.sf.jcgm.core
Enum AttributeElement
java.lang.Object
java.lang.Enum<AttributeElement>
net.sf.jcgm.core.AttributeElement
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<AttributeElement>
public enum AttributeElement
- extends java.lang.Enum<AttributeElement>
Element class 5: Attribute Elements
- Since:
- Dec 15, 2009
- Version:
- $Id: AttributeElement.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 AttributeElement UNUSED_0
LINE_BUNDLE_INDEX
public static final AttributeElement LINE_BUNDLE_INDEX
LINE_TYPE
public static final AttributeElement LINE_TYPE
LINE_WIDTH
public static final AttributeElement LINE_WIDTH
LINE_COLOUR
public static final AttributeElement LINE_COLOUR
MARKER_BUNDLE_INDEX
public static final AttributeElement MARKER_BUNDLE_INDEX
MARKER_TYPE
public static final AttributeElement MARKER_TYPE
MARKER_SIZE
public static final AttributeElement MARKER_SIZE
MARKER_COLOUR
public static final AttributeElement MARKER_COLOUR
TEXT_BUNDLE_INDEX
public static final AttributeElement TEXT_BUNDLE_INDEX
TEXT_FONT_INDEX
public static final AttributeElement TEXT_FONT_INDEX
TEXT_PRECISION
public static final AttributeElement TEXT_PRECISION
CHARACTER_EXPANSION_FACTOR
public static final AttributeElement CHARACTER_EXPANSION_FACTOR
CHARACTER_SPACING
public static final AttributeElement CHARACTER_SPACING
TEXT_COLOUR
public static final AttributeElement TEXT_COLOUR
CHARACTER_HEIGHT
public static final AttributeElement CHARACTER_HEIGHT
CHARACTER_ORIENTATION
public static final AttributeElement CHARACTER_ORIENTATION
TEXT_PATH
public static final AttributeElement TEXT_PATH
TEXT_ALIGNMENT
public static final AttributeElement TEXT_ALIGNMENT
CHARACTER_SET_INDEX
public static final AttributeElement CHARACTER_SET_INDEX
ALTERNATE_CHARACTER_SET_INDEX
public static final AttributeElement ALTERNATE_CHARACTER_SET_INDEX
FILL_BUNDLE_INDEX
public static final AttributeElement FILL_BUNDLE_INDEX
INTERIOR_STYLE
public static final AttributeElement INTERIOR_STYLE
FILL_COLOUR
public static final AttributeElement FILL_COLOUR
HATCH_INDEX
public static final AttributeElement HATCH_INDEX
PATTERN_INDEX
public static final AttributeElement PATTERN_INDEX
EDGE_BUNDLE_INDEX
public static final AttributeElement EDGE_BUNDLE_INDEX
EDGE_TYPE
public static final AttributeElement EDGE_TYPE
EDGE_WIDTH
public static final AttributeElement EDGE_WIDTH
EDGE_COLOUR
public static final AttributeElement EDGE_COLOUR
EDGE_VISIBILITY
public static final AttributeElement EDGE_VISIBILITY
FILL_REFERENCE_POINT
public static final AttributeElement FILL_REFERENCE_POINT
PATTERN_TABLE
public static final AttributeElement PATTERN_TABLE
PATTERN_SIZE
public static final AttributeElement PATTERN_SIZE
COLOUR_TABLE
public static final AttributeElement COLOUR_TABLE
ASPECT_SOURCE_FLAGS
public static final AttributeElement ASPECT_SOURCE_FLAGS
PICK_IDENTIFIER
public static final AttributeElement PICK_IDENTIFIER
LINE_CAP
public static final AttributeElement LINE_CAP
LINE_JOIN
public static final AttributeElement LINE_JOIN
LINE_TYPE_CONTINUATION
public static final AttributeElement LINE_TYPE_CONTINUATION
LINE_TYPE_INITIAL_OFFSET
public static final AttributeElement LINE_TYPE_INITIAL_OFFSET
TEXT_SCORE_TYPE
public static final AttributeElement TEXT_SCORE_TYPE
RESTRICTED_TEXT_TYPE
public static final AttributeElement RESTRICTED_TEXT_TYPE
INTERPOLATED_INTERIOR
public static final AttributeElement INTERPOLATED_INTERIOR
EDGE_CAP
public static final AttributeElement EDGE_CAP
EDGE_JOIN
public static final AttributeElement EDGE_JOIN
EDGE_TYPE_CONTINUATION
public static final AttributeElement EDGE_TYPE_CONTINUATION
EDGE_TYPE_INITIAL_OFFSET
public static final AttributeElement EDGE_TYPE_INITIAL_OFFSET
SYMBOL_LIBRARY_INDEX
public static final AttributeElement SYMBOL_LIBRARY_INDEX
SYMBOL_COLOUR
public static final AttributeElement SYMBOL_COLOUR
SYMBOL_SIZE
public static final AttributeElement SYMBOL_SIZE
SYMBOL_ORIENTATION
public static final AttributeElement SYMBOL_ORIENTATION
values
public static AttributeElement[] 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 (AttributeElement c : AttributeElement.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AttributeElement 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 AttributeElement getElement(int ec)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum<AttributeElement>
Part of the jcgm library http://jcgm.sourceforge.net/