public enum StiLegendDirection extends java.lang.Enum<StiLegendDirection>
| Enum Constant and Description |
|---|
BottomToTop |
LeftToRight |
RightToLeft |
TopToBottom |
| Modifier and Type | Method and Description |
|---|---|
static StiLegendDirection |
forValue(int value) |
int |
getValue() |
static StiLegendDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiLegendDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiLegendDirection LeftToRight
public static final StiLegendDirection RightToLeft
public static final StiLegendDirection TopToBottom
public static final StiLegendDirection BottomToTop
public static StiLegendDirection[] values()
for (StiLegendDirection c : StiLegendDirection.values()) System.out.println(c);
public static StiLegendDirection 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 nullpublic int getValue()
public static StiLegendDirection forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.