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