public enum StretchTypeEnum extends java.lang.Enum<StretchTypeEnum> implements JREnum
Enum Constant and Description |
---|
NO_STRETCH
A constant indicating that the element preserves its original specified height.
|
RELATIVE_TO_BAND_HEIGHT
A constant used for specifying that the graphic element will adapt its height to match the new
height of the report section it placed on, which has been affected by stretch
|
RELATIVE_TO_TALLEST_OBJECT
A constant indicating that users have the possibility to group the elements of a report section
in multiple nested groups.
|
Modifier and Type | Method and Description |
---|---|
static StretchTypeEnum |
getByName(java.lang.String name) |
static StretchTypeEnum |
getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static StretchTypeEnum |
getByValue(java.lang.Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
java.lang.String |
getName() |
byte |
getValue()
Deprecated.
Used only by deprecated serialized fields.
|
java.lang.Byte |
getValueByte()
Deprecated.
Used only by deprecated serialized fields.
|
static StretchTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StretchTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StretchTypeEnum NO_STRETCH
public static final StretchTypeEnum RELATIVE_TO_TALLEST_OBJECT
public static final StretchTypeEnum RELATIVE_TO_BAND_HEIGHT
public static StretchTypeEnum[] values()
for (StretchTypeEnum c : StretchTypeEnum.values()) System.out.println(c);
public static StretchTypeEnum 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 nullpublic java.lang.Byte getValueByte()
getValueByte
in interface JREnum
public final byte getValue()
public static StretchTypeEnum getByName(java.lang.String name)
public static StretchTypeEnum getByValue(java.lang.Byte value)
public static StretchTypeEnum getByValue(byte value)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com