|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RelativeTo>
com.cete.dynamicpdf.pageelements.RelativeTo
public enum RelativeTo
Represents a page element's placement.
Enum Constant Summary | |
---|---|
BottomCenter
Represents a bottom center. |
|
BottomLeft
Represents a bottom left. |
|
BottomRight
Represents a bottom right. |
|
TopCenter
Represents a top center. |
|
TopLeft
Represents a top left. |
|
TopRight
Represents a top right. |
Method Summary | |
---|---|
int |
getValue()
Gets the enumeration constant value. |
static RelativeTo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RelativeTo[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RelativeTo TopLeft
public static final RelativeTo TopCenter
public static final RelativeTo TopRight
public static final RelativeTo BottomLeft
public static final RelativeTo BottomCenter
public static final RelativeTo BottomRight
Method Detail |
---|
public static final RelativeTo[] values()
for(RelativeTo c : RelativeTo.values()) System.out.println(c);
public static RelativeTo valueOf(java.lang.String name)
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namename
- the name of the enum constant to be returned.
public int getValue()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |