public enum TreeMapLayoutAlgorithm extends Enum<TreeMapLayoutAlgorithm> implements ChartEnum
ChartType.TREEMAP
charts.Enum Constant and Description |
---|
SLICEANDDICE |
SQUARIFIED |
STRIP |
STRIPES |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static TreeMapLayoutAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeMapLayoutAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeMapLayoutAlgorithm SLICEANDDICE
public static final TreeMapLayoutAlgorithm STRIPES
public static final TreeMapLayoutAlgorithm SQUARIFIED
public static final TreeMapLayoutAlgorithm STRIP
public static TreeMapLayoutAlgorithm[] values()
for (TreeMapLayoutAlgorithm c : TreeMapLayoutAlgorithm.values()) System.out.println(c);
public static TreeMapLayoutAlgorithm 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<TreeMapLayoutAlgorithm>
Copyright © 2025. All rights reserved.