-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Legend.LegendDirection
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LEFT_TO_RIGHTRIGHT_TO_LEFT
-
Method Summary
Modifier and Type Method Description static Array<Legend.LegendDirection>values()static Legend.LegendDirectionvalueOf(String name)-
-
Method Detail
-
values
static Array<Legend.LegendDirection> values()
-
valueOf
static Legend.LegendDirection valueOf(String name)
-
-
-
-