public static enum TypeLabelProvider.Scaling extends Enum<TypeLabelProvider.Scaling>
| Enum Constant and Description |
|---|
LINEAR |
LOGARITHMIC |
| Modifier and Type | Method and Description |
|---|---|
static TypeLabelProvider.Scaling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeLabelProvider.Scaling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeLabelProvider.Scaling LINEAR
public static final TypeLabelProvider.Scaling LOGARITHMIC
public static TypeLabelProvider.Scaling[] values()
for (TypeLabelProvider.Scaling c : TypeLabelProvider.Scaling.values()) System.out.println(c);
public static TypeLabelProvider.Scaling 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 (c) 2000, 2012 itemis AG and others. All rights reserved.