public enum StiMapGeomType extends java.lang.Enum<StiMapGeomType>
| Modifier and Type | Method and Description |
|---|---|
static StiMapGeomType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiMapGeomType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiMapGeomType MoveTo
public static final StiMapGeomType Line
public static final StiMapGeomType Bezier
public static final StiMapGeomType Beziers
public static final StiMapGeomType Close
public static StiMapGeomType[] values()
for (StiMapGeomType c : StiMapGeomType.values()) System.out.println(c);
public static StiMapGeomType 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 nullCopyright © 2019 Stimulsoft. All Rights Reserved.