public enum StiMarkerSkin extends java.lang.Enum<StiMarkerSkin>
| Enum Constant and Description |
|---|
Diamond |
Ellipse |
PentagonBottom |
PentagonLeft |
PentagonRight |
PentagonTop |
Rectangle |
RectangularCalloutBottom |
RectangularCalloutLeft |
RectangularCalloutTop |
TriangleBottom |
TriangleLeft |
TriangleRight |
TriangleTop |
| Modifier and Type | Method and Description |
|---|---|
static StiMarkerSkin |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiMarkerSkin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiMarkerSkin Diamond
public static final StiMarkerSkin Rectangle
public static final StiMarkerSkin TriangleTop
public static final StiMarkerSkin TriangleBottom
public static final StiMarkerSkin PentagonTop
public static final StiMarkerSkin PentagonBottom
public static final StiMarkerSkin Ellipse
public static final StiMarkerSkin RectangularCalloutTop
public static final StiMarkerSkin RectangularCalloutBottom
public static final StiMarkerSkin TriangleLeft
public static final StiMarkerSkin TriangleRight
public static final StiMarkerSkin PentagonLeft
public static final StiMarkerSkin PentagonRight
public static final StiMarkerSkin RectangularCalloutLeft
public static StiMarkerSkin[] values()
for (StiMarkerSkin c : StiMarkerSkin.values()) System.out.println(c);
public static StiMarkerSkin 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.