public static enum PlotLineLabel.TextAlign extends Enum<PlotLineLabel.TextAlign>
PlotLineLabel.setTextAlign(TextAlign) method.| Enum Constant and Description |
|---|
CENTER
Center the text within the label
|
LEFT
Left align the text within the label
|
RIGHT
Right align the text within the label
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PlotLineLabel.TextAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotLineLabel.TextAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlotLineLabel.TextAlign LEFT
public static final PlotLineLabel.TextAlign RIGHT
public static final PlotLineLabel.TextAlign CENTER
public static PlotLineLabel.TextAlign[] values()
for (PlotLineLabel.TextAlign c : PlotLineLabel.TextAlign.values()) System.out.println(c);
public static PlotLineLabel.TextAlign 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.TextAlign>Copyright © 2015. All Rights Reserved.