public enum BorderSplitType extends java.lang.Enum<BorderSplitType> implements NamedEnum
JRFrame.getBorderSplitType()
Enum Constant and Description |
---|
DRAW_BORDERS
When the frame splits, both fragments are drawn with borders on all sides.
|
NO_BORDERS
When the frame splits, the bottom border of the first fragment and the top border of the second fragment are not drawn.
|
Modifier and Type | Method and Description |
---|---|
static BorderSplitType |
byName(java.lang.String name) |
java.lang.String |
getName() |
static BorderSplitType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BorderSplitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BorderSplitType NO_BORDERS
public static final BorderSplitType DRAW_BORDERS
public static BorderSplitType[] values()
for (BorderSplitType c : BorderSplitType.values()) System.out.println(c);
public static BorderSplitType 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 static BorderSplitType byName(java.lang.String name)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com