public static enum YLabel.Position extends Enum<YLabel.Position>
Enum Constant and Description |
---|
inner_bottom |
inner_middle |
inner_top |
outer_bottom |
outer_middle |
outer_top |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static YLabel.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YLabel.Position[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YLabel.Position inner_top
public static final YLabel.Position inner_middle
public static final YLabel.Position inner_bottom
public static final YLabel.Position outer_top
public static final YLabel.Position outer_middle
public static final YLabel.Position outer_bottom
public static YLabel.Position[] values()
for (YLabel.Position c : YLabel.Position.values()) System.out.println(c);
public static YLabel.Position 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<YLabel.Position>
Copyright © 2015 Joseph Hendrix