public enum SparklineType extends Enum<SparklineType>
| Enum Constant and Description |
|---|
BAR |
BOX |
BULLET |
DISCRETE |
LINE |
PIE |
TRISTATE |
| Modifier and Type | Method and Description |
|---|---|
AbstractPlot |
createPlot() |
static SparklineType |
fromClass(Class<? extends AbstractPlot> clazz) |
String |
toString() |
static SparklineType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SparklineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SparklineType LINE
public static final SparklineType BAR
public static final SparklineType TRISTATE
public static final SparklineType DISCRETE
public static final SparklineType BULLET
public static final SparklineType PIE
public static final SparklineType BOX
public static SparklineType[] values()
for (SparklineType c : SparklineType.values()) System.out.println(c);
public static SparklineType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static SparklineType fromClass(Class<? extends AbstractPlot> clazz)
public AbstractPlot createPlot()
public String toString()
toString in class Enum<SparklineType>Copyright © 2023 Fujion Framework. All rights reserved.