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