public enum StretchTypeEnum extends 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(String name) |
static StretchTypeEnum |
getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static StretchTypeEnum |
getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
String |
getName() |
byte |
getValue()
Deprecated.
Used only by deprecated serialized fields.
|
Byte |
getValueByte()
Deprecated.
Used only by deprecated serialized fields.
|
static StretchTypeEnum |
valueOf(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(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 Byte getValueByte()
getValueByte in interface JREnumpublic final byte getValue()
public static StretchTypeEnum getByName(String name)
public static StretchTypeEnum getByValue(Byte value)
public static StretchTypeEnum getByValue(byte value)
Copyright © 2015. All rights reserved.