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