public static enum LabelLimiter.Option extends java.lang.Enum<LabelLimiter.Option>
| Enum Constant and Description |
|---|
FIX_HEIGHT
limitLabelSize will return the old maxHeight instead of the
calculated one (smaller).
|
FIX_WIDTH
limitLabelSize will return the old maxWidth instead of the calculated
one (smaller).
|
| Modifier and Type | Method and Description |
|---|---|
static LabelLimiter.Option |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelLimiter.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelLimiter.Option FIX_WIDTH
public static final LabelLimiter.Option FIX_HEIGHT
public static LabelLimiter.Option[] values()
for (LabelLimiter.Option c : LabelLimiter.Option.values()) System.out.println(c);
public static LabelLimiter.Option valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2005-2008 Actuate Corp. All rights reserved.