public enum StiMarkerType extends java.lang.Enum<StiMarkerType>
| Enum Constant and Description |
|---|
Circle
Circle type of marker.
|
Hexagon
Hexagon type of marker.
|
Rectangle
Rectangle type of marker.
|
Star5
Star5 type of marker.
|
Star6
Star6 type of marker.
|
Star7
Star7 type of marker.
|
Star8
Star8 type of marker.
|
Triangle
Triangle type of marker.
|
| Modifier and Type | Method and Description |
|---|---|
static StiMarkerType |
forValue(int value) |
int |
getValue() |
static StiMarkerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiMarkerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiMarkerType Rectangle
public static final StiMarkerType Triangle
public static final StiMarkerType Circle
public static final StiMarkerType Star5
public static final StiMarkerType Star6
public static final StiMarkerType Star7
public static final StiMarkerType Star8
public static final StiMarkerType Hexagon
public static StiMarkerType[] values()
for (StiMarkerType c : StiMarkerType.values()) System.out.println(c);
public static StiMarkerType 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 int getValue()
public static StiMarkerType forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.