|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MediaPlayParameters.Viability.FitModeEnum>
org.pdfclown.documents.multimedia.MediaPlayParameters.Viability.FitModeEnum
public static enum MediaPlayParameters.Viability.FitModeEnum
Enum Constant Summary | |
---|---|
Default
Use the player's default setting (author has no preference). |
|
Fill
The media's width and height are scaled independently so that the media and play rectangles are the same; the aspect ratio is not necessarily preserved. |
|
Hidden
The media is not scaled. |
|
Meet
The media's width and height are scaled while preserving the aspect ratio so that the media and play rectangles have the greatest possible intersection while still displaying all media content. |
|
Scroll
The media is not scaled. |
|
Slice
The media's width and height are scaled while preserving the aspect ratio so that the play rectangle is entirely filled, and the amount of media content that does not fit within the play rectangle is minimized. |
Method Summary | |
---|---|
PdfInteger |
getCode()
|
static MediaPlayParameters.Viability.FitModeEnum |
valueOf(PdfInteger code)
|
static MediaPlayParameters.Viability.FitModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MediaPlayParameters.Viability.FitModeEnum[] |
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 MediaPlayParameters.Viability.FitModeEnum Meet
meet
value of SMIL's fit attribute.
public static final MediaPlayParameters.Viability.FitModeEnum Slice
slice
value of SMIL's fit attribute.
public static final MediaPlayParameters.Viability.FitModeEnum Fill
fill
value
of SMIL's fit attribute.
public static final MediaPlayParameters.Viability.FitModeEnum Scroll
scroll
value of SMIL's fit
attribute.
public static final MediaPlayParameters.Viability.FitModeEnum Hidden
hidden
value of SMIL's fit attribute.
public static final MediaPlayParameters.Viability.FitModeEnum Default
Method Detail |
---|
public static MediaPlayParameters.Viability.FitModeEnum[] values()
for (MediaPlayParameters.Viability.FitModeEnum c : MediaPlayParameters.Viability.FitModeEnum.values()) System.out.println(c);
public static MediaPlayParameters.Viability.FitModeEnum 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 MediaPlayParameters.Viability.FitModeEnum valueOf(PdfInteger code)
public PdfInteger getCode()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |