public static enum PlotBandLabel.TextAlign extends Enum<PlotBandLabel.TextAlign>
PlotBandLabel.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 PlotBandLabel.TextAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotBandLabel.TextAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlotBandLabel.TextAlign LEFT
public static final PlotBandLabel.TextAlign RIGHT
public static final PlotBandLabel.TextAlign CENTER
public static PlotBandLabel.TextAlign[] values()
for (PlotBandLabel.TextAlign c : PlotBandLabel.TextAlign.values()) System.out.println(c);
public static PlotBandLabel.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<PlotBandLabel.TextAlign>Copyright © 2015. All Rights Reserved.