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