|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<StiMarkerType>
com.stimulsoft.report.chart.enums.StiMarkerType
public enum StiMarkerType
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
java.lang.NullPointerException - if the argument is nullpublic int getValue()
public static StiMarkerType forValue(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||