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