public static enum I3DXML.PointAttributesType.PointSymbolType extends java.lang.Enum<I3DXML.PointAttributesType.PointSymbolType>
Enum Constant and Description |
---|
COINCIDENT |
CONCENTRIC |
CROSS |
DOT |
FULLCIRCLE |
FULLSQUARE |
PLUS |
SMALLDOT |
STAR |
Modifier and Type | Method and Description |
---|---|
static I3DXML.PointAttributesType.PointSymbolType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I3DXML.PointAttributesType.PointSymbolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I3DXML.PointAttributesType.PointSymbolType CROSS
public static final I3DXML.PointAttributesType.PointSymbolType PLUS
public static final I3DXML.PointAttributesType.PointSymbolType CONCENTRIC
public static final I3DXML.PointAttributesType.PointSymbolType COINCIDENT
public static final I3DXML.PointAttributesType.PointSymbolType FULLCIRCLE
public static final I3DXML.PointAttributesType.PointSymbolType FULLSQUARE
public static final I3DXML.PointAttributesType.PointSymbolType STAR
public static final I3DXML.PointAttributesType.PointSymbolType DOT
public static final I3DXML.PointAttributesType.PointSymbolType SMALLDOT
public static I3DXML.PointAttributesType.PointSymbolType[] values()
for (I3DXML.PointAttributesType.PointSymbolType c : I3DXML.PointAttributesType.PointSymbolType.values()) System.out.println(c);
public static I3DXML.PointAttributesType.PointSymbolType 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 null