public static enum PlotLineLabel.Align extends Enum<PlotLineLabel.Align>
PlotLineLabel.setAlign(Align) method.| Enum Constant and Description |
|---|
CENTER
Align the label on the center of the plot band
|
LEFT
Align the label to the left of the plot band
|
RIGHT
Align the label to the right of the plot band
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PlotLineLabel.Align |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotLineLabel.Align[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlotLineLabel.Align LEFT
public static final PlotLineLabel.Align RIGHT
public static final PlotLineLabel.Align CENTER
public static PlotLineLabel.Align[] values()
for (PlotLineLabel.Align c : PlotLineLabel.Align.values()) System.out.println(c);
public static PlotLineLabel.Align 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.Align>Copyright © 2015. All Rights Reserved.