|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<MarginText.Location>
com.oracle.outsidein.options.MarginText.Location
public static enum MarginText.Location
Enumeration of possible locations for placing text
| Enum Constant Summary | |
|---|---|
BOTTOMCENTERLINE1Text location is Bottom Center Line 1 |
|
BOTTOMCENTERLINE2Text location is Bottom Center Line 2 |
|
BOTTOMCENTERLINE3Text location is Bottom Center Line 3 |
|
BOTTOMLEFTLINE1Text location is Bottom Left Line 1 |
|
BOTTOMLEFTLINE2Text location is Bottom Left Line 2 |
|
BOTTOMLEFTLINE3Text location is Bottom Left Line 3 |
|
BOTTOMRIGHTLINE1Text location is Bottom Right Line 1 |
|
BOTTOMRIGHTLINE2Text location is Bottom Right Line 2 |
|
BOTTOMRIGHTLINE3Text location is Bottom Right Line 3 |
|
TOPCENTERLINE1Text location is Top Center Line 1 |
|
TOPCENTERLINE2Text location is Top Center Line 2 |
|
TOPCENTERLINE3Text location is Top Center Line 3 |
|
TOPLEFTLINE1Text location is Top Left Line 1 |
|
TOPLEFTLINE2Text location is Top Left Line 2 |
|
TOPLEFTLINE3Text location is Top Left Line 3 |
|
TOPRIGHTLINE1Text location is Top Right Line 1 |
|
TOPRIGHTLINE2Text location is Top Right Line 2 |
|
TOPRIGHTLINE3Text location is Top Right Line 3 |
|
| Method Summary | |
|---|---|
static MarginText.Location |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static MarginText.Location[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MarginText.Location TOPLEFTLINE1
public static final MarginText.Location TOPLEFTLINE2
public static final MarginText.Location TOPLEFTLINE3
public static final MarginText.Location TOPCENTERLINE1
public static final MarginText.Location TOPCENTERLINE2
public static final MarginText.Location TOPCENTERLINE3
public static final MarginText.Location TOPRIGHTLINE1
public static final MarginText.Location TOPRIGHTLINE2
public static final MarginText.Location TOPRIGHTLINE3
public static final MarginText.Location BOTTOMLEFTLINE1
public static final MarginText.Location BOTTOMLEFTLINE2
public static final MarginText.Location BOTTOMLEFTLINE3
public static final MarginText.Location BOTTOMCENTERLINE1
public static final MarginText.Location BOTTOMCENTERLINE2
public static final MarginText.Location BOTTOMCENTERLINE3
public static final MarginText.Location BOTTOMRIGHTLINE1
public static final MarginText.Location BOTTOMRIGHTLINE2
public static final MarginText.Location BOTTOMRIGHTLINE3
| Method Detail |
|---|
public static MarginText.Location[] values()
for (MarginText.Location c : MarginText.Location.values())
System.out.println(c);
public static MarginText.Location 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
|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||