public enum ChartEngine extends Enum<ChartEngine>
| Enum Constant and Description |
|---|
D3 |
GOOGLE_CHART_API |
| Modifier and Type | Method and Description |
|---|---|
static ChartEngine |
getChartEngine(String aName) |
List<String> |
getNames() |
boolean |
requiresNumericTimestamp() |
static ChartEngine |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartEngine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartEngine GOOGLE_CHART_API
public static final ChartEngine D3
public static ChartEngine[] values()
for (ChartEngine c : ChartEngine.values()) System.out.println(c);
public static ChartEngine 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 ChartEngine getChartEngine(String aName)
public boolean requiresNumericTimestamp()
Copyright © 2010-2015 anotheria.net. All Rights Reserved.