public static enum ChartUtils.ChartType extends Enum<ChartUtils.ChartType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
noCategoryMargin |
protected Class<? extends org.jfree.chart.renderer.category.AbstractCategoryItemRenderer> |
rendererClass |
| Modifier and Type | Method and Description |
|---|---|
org.jfree.chart.renderer.category.AbstractCategoryItemRenderer |
createRenderer() |
static ChartUtils.ChartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartUtils.ChartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartUtils.ChartType BAR
public static final ChartUtils.ChartType LINE
public static final ChartUtils.ChartType AREA
protected Class<? extends org.jfree.chart.renderer.category.AbstractCategoryItemRenderer> rendererClass
protected boolean noCategoryMargin
public static ChartUtils.ChartType[] values()
for (ChartUtils.ChartType c : ChartUtils.ChartType.values()) System.out.println(c);
public static ChartUtils.ChartType 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 org.jfree.chart.renderer.category.AbstractCategoryItemRenderer createRenderer()
Copyright © 2009-2012 Ifremer. All Rights Reserved.