public enum ResizeKnobPoint extends java.lang.Enum<ResizeKnobPoint> implements ValueEnum
| Enum Constant and Description | 
|---|
| BCentered on the bottom edge | 
| BLBottom Left corner | 
| BRBottom Right corner | 
| LCentered on thie right edge | 
| RCentered on the left edge | 
| TCentered on the top edge | 
| TLTop Left corner | 
| TRTop Right corner | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getValue() | 
| static ResizeKnobPoint | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ResizeKnobPoint[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ResizeKnobPoint TL
 If this enumerated value is used in a Component XML
 file or server-side DataSource descriptor (.ds.xml file), use the value "TL".
public static final ResizeKnobPoint TR
 If this enumerated value is used in a Component XML
 file or server-side DataSource descriptor (.ds.xml file), use the value "TR".
public static final ResizeKnobPoint BL
 If this enumerated value is used in a Component XML
 file or server-side DataSource descriptor (.ds.xml file), use the value "BL".
public static final ResizeKnobPoint BR
 If this enumerated value is used in a Component XML
 file or server-side DataSource descriptor (.ds.xml file), use the value "BR".
public static final ResizeKnobPoint T
 If this enumerated value is used in a Component XML
 file or server-side DataSource descriptor (.ds.xml file), use the value "T".
public static final ResizeKnobPoint B
 If this enumerated value is used in a Component XML
 file or server-side DataSource descriptor (.ds.xml file), use the value "B".
public static final ResizeKnobPoint R
 If this enumerated value is used in a Component XML
 file or server-side DataSource descriptor (.ds.xml file), use the value "R".
public static final ResizeKnobPoint L
 If this enumerated value is used in a Component XML
 file or server-side DataSource descriptor (.ds.xml file), use the value "L".
public static ResizeKnobPoint[] values()
for (ResizeKnobPoint c : ResizeKnobPoint.values()) System.out.println(c);
public static ResizeKnobPoint 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 null