public static enum GradientPlot.GradientDirection extends Enum<GradientPlot.GradientDirection>
| Enum Constant and Description |
|---|
ButtomToTop |
Free |
LeftToRight |
RightToLeft |
TopToButtom |
| Modifier and Type | Method and Description |
|---|---|
static GradientPlot.GradientDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradientPlot.GradientDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GradientPlot.GradientDirection RightToLeft
public static final GradientPlot.GradientDirection LeftToRight
public static final GradientPlot.GradientDirection TopToButtom
public static final GradientPlot.GradientDirection ButtomToTop
public static final GradientPlot.GradientDirection Free
public static GradientPlot.GradientDirection[] values()
for (GradientPlot.GradientDirection c : GradientPlot.GradientDirection.values()) System.out.println(c);
public static GradientPlot.GradientDirection 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 nullCopyright © 2019 SMYLD. All rights reserved.