public static enum Styler.LegendLayout extends Enum<Styler.LegendLayout>
Enum Constant and Description |
---|
Horizontal |
Vertical |
Modifier and Type | Method and Description |
---|---|
static Styler.LegendLayout |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Styler.LegendLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Styler.LegendLayout Vertical
public static final Styler.LegendLayout Horizontal
public static Styler.LegendLayout[] values()
for (Styler.LegendLayout c : Styler.LegendLayout.values()) System.out.println(c);
public static Styler.LegendLayout 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 © 2011–2018 Knowm Inc.. All rights reserved.