|
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<Destination.ModeEnum>
it.stefanochizzolini.clown.documents.interaction.navigation.document.Destination.ModeEnum
public static enum Destination.ModeEnum
Destination mode [PDF:1.6:8.2.1].
Enum Constant Summary | |
---|---|
Fit
Display the page with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. |
|
FitBoundingBox
Display the page with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. |
|
FitBoundingBoxHorizontal
Display the page with the vertical coordinate top positioned
at the top edge of the window and the contents of the page magnified
just enough to fit the entire width of its bounding box within the window. |
|
FitBoundingBoxVertical
Display the page with the horizontal coordinate left positioned
at the left edge of the window and the contents of the page magnified
just enough to fit the entire height of its bounding box within the window. |
|
FitHorizontal
Display the page with the vertical coordinate top positioned
at the top edge of the window and the contents of the page magnified
just enough to fit the entire width of the page within the window. |
|
FitRectangle
Display the page with its contents magnified just enough to fit the rectangle specified by the given coordinates entirely within the window both horizontally and vertically. |
|
FitVertical
Display the page with the horizontal coordinate left positioned
at the left edge of the window and the contents of the page magnified
just enough to fit the entire height of the page within the window. |
|
XYZ
Display the page at the given upper-left position, applying the given magnification. |
Method Summary | |
---|---|
static Destination.ModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Destination.ModeEnum[] |
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 Destination.ModeEnum XYZ
View parameters:
public static final Destination.ModeEnum Fit
No view parameters.
public static final Destination.ModeEnum FitHorizontal
top
positioned
at the top edge of the window and the contents of the page magnified
just enough to fit the entire width of the page within the window.
View parameters:
public static final Destination.ModeEnum FitVertical
left
positioned
at the left edge of the window and the contents of the page magnified
just enough to fit the entire height of the page within the window.
View parameters:
public static final Destination.ModeEnum FitRectangle
View parameters:
public static final Destination.ModeEnum FitBoundingBox
No view parameters.
public static final Destination.ModeEnum FitBoundingBoxHorizontal
top
positioned
at the top edge of the window and the contents of the page magnified
just enough to fit the entire width of its bounding box within the window.
View parameters:
public static final Destination.ModeEnum FitBoundingBoxVertical
left
positioned
at the left edge of the window and the contents of the page magnified
just enough to fit the entire height of its bounding box within the window.
View parameters:
Method Detail |
---|
public static Destination.ModeEnum[] values()
for (Destination.ModeEnum c : Destination.ModeEnum.values()) System.out.println(c);
public static Destination.ModeEnum 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 null
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |