public static enum GradientPlot.GradientDirection extends java.lang.Enum<GradientPlot.GradientDirection>
| Enum Constant | Description |
|---|---|
ButtomToTop |
|
Free |
|
LeftToRight |
|
RightToLeft |
|
TopToButtom |
| Modifier and Type | Method | Description |
|---|---|---|
static GradientPlot.GradientDirection |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 SMYLD. All rights reserved.