|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AppearanceCharacteristics.CaptionPositionEnum>
it.stefanochizzolini.clown.documents.interaction.annotations.AppearanceCharacteristics.CaptionPositionEnum
public static enum AppearanceCharacteristics.CaptionPositionEnum
Caption position relative to its icon [PDF:1.6:8.4.5].
Enum Constant Summary | |
---|---|
Above
Caption above the icon. |
|
Below
Caption below the icon. |
|
CaptionOnly
Caption only (no icon). |
|
Left
Caption to the left of the icon. |
|
NoCaption
No caption (icon only). |
|
Overlaid
Caption overlaid directly on the icon. |
|
Right
Caption to the right of the icon. |
Method Summary | |
---|---|
static AppearanceCharacteristics.CaptionPositionEnum |
get(int value)
Gets the caption position corresponding to the given value. |
int |
getCode()
|
static AppearanceCharacteristics.CaptionPositionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AppearanceCharacteristics.CaptionPositionEnum[] |
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 AppearanceCharacteristics.CaptionPositionEnum CaptionOnly
public static final AppearanceCharacteristics.CaptionPositionEnum NoCaption
public static final AppearanceCharacteristics.CaptionPositionEnum Below
public static final AppearanceCharacteristics.CaptionPositionEnum Above
public static final AppearanceCharacteristics.CaptionPositionEnum Right
public static final AppearanceCharacteristics.CaptionPositionEnum Left
public static final AppearanceCharacteristics.CaptionPositionEnum Overlaid
Method Detail |
---|
public static AppearanceCharacteristics.CaptionPositionEnum[] values()
for (AppearanceCharacteristics.CaptionPositionEnum c : AppearanceCharacteristics.CaptionPositionEnum.values()) System.out.println(c);
public static AppearanceCharacteristics.CaptionPositionEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static AppearanceCharacteristics.CaptionPositionEnum get(int value)
public int getCode()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |