public enum TFrame extends Enum<TFrame>
| Enum Constant and Description |
|---|
_void |
above |
below |
border |
box |
hsides |
lhs |
rhs |
vsides |
| Modifier and Type | Method and Description |
|---|---|
static TFrame |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TFrame[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TFrame _void
public static final TFrame above
public static final TFrame below
public static final TFrame hsides
public static final TFrame lhs
public static final TFrame rhs
public static final TFrame vsides
public static final TFrame box
public static final TFrame border
public static TFrame[] values()
for (TFrame c : TFrame.values()) System.out.println(c);
public static TFrame 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 © 2008-2012 Ovea. All Rights Reserved.