public static enum PlotTreeMap.LayoutAlgorithm extends Enum<PlotTreeMap.LayoutAlgorithm>
| Enum Constant and Description |
|---|
SliceAndDice |
Squarified |
Strip |
Stripes |
| Modifier and Type | Method and Description |
|---|---|
static PlotTreeMap.LayoutAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotTreeMap.LayoutAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlotTreeMap.LayoutAlgorithm SliceAndDice
public static final PlotTreeMap.LayoutAlgorithm Stripes
public static final PlotTreeMap.LayoutAlgorithm Squarified
public static final PlotTreeMap.LayoutAlgorithm Strip
public static PlotTreeMap.LayoutAlgorithm[] values()
for (PlotTreeMap.LayoutAlgorithm c : PlotTreeMap.LayoutAlgorithm.values()) System.out.println(c);
public static PlotTreeMap.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 nullCopyright © 2018 Fujion Framework. All rights reserved.