public static enum LegendPainter.LegendPlacement extends Enum<LegendPainter.LegendPlacement>
Modifier and Type | Method and Description |
---|---|
static LegendPainter.LegendPlacement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LegendPainter.LegendPlacement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegendPainter.LegendPlacement N
public static final LegendPainter.LegendPlacement NE
public static final LegendPainter.LegendPlacement E
public static final LegendPainter.LegendPlacement SE
public static final LegendPainter.LegendPlacement S
public static final LegendPainter.LegendPlacement SW
public static final LegendPainter.LegendPlacement W
public static final LegendPainter.LegendPlacement NW
public static LegendPainter.LegendPlacement[] values()
for (LegendPainter.LegendPlacement c : LegendPainter.LegendPlacement.values()) System.out.println(c);
public static LegendPainter.LegendPlacement 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 © 2016 Metron, Inc.. All rights reserved.