public static enum RangeSelector.VerticalAlign extends Enum<RangeSelector.VerticalAlign>
Credits.setVerticalAlign(Credits.VerticalAlign) method.| Enum Constant and Description |
|---|
BOTTOM
Show the range selector input box at the bottom of the chart
|
MIDDLE
Show the range selector input box in the middle of the chart
|
TOP
Show the range selector input box at the top of the chart
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RangeSelector.VerticalAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeSelector.VerticalAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RangeSelector.VerticalAlign TOP
public static final RangeSelector.VerticalAlign MIDDLE
public static final RangeSelector.VerticalAlign BOTTOM
public static RangeSelector.VerticalAlign[] values()
for (RangeSelector.VerticalAlign c : RangeSelector.VerticalAlign.values()) System.out.println(c);
public static RangeSelector.VerticalAlign 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 String toString()
toString in class Enum<RangeSelector.VerticalAlign>Copyright © 2015. All Rights Reserved.