public static enum TreemapPlotOptions.LayoutStartingDirection extends Enum<TreemapPlotOptions.LayoutStartingDirection>
| Enum Constant and Description |
|---|
HORIZONTAL |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TreemapPlotOptions.LayoutStartingDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreemapPlotOptions.LayoutStartingDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreemapPlotOptions.LayoutStartingDirection HORIZONTAL
public static final TreemapPlotOptions.LayoutStartingDirection VERTICAL
public static TreemapPlotOptions.LayoutStartingDirection[] values()
for (TreemapPlotOptions.LayoutStartingDirection c : TreemapPlotOptions.LayoutStartingDirection.values()) System.out.println(c);
public static TreemapPlotOptions.LayoutStartingDirection 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<TreemapPlotOptions.LayoutStartingDirection>Copyright © 2015. All Rights Reserved.