|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pdfclown.objects.PdfObjectWrapper<PdfDictionary> org.pdfclown.documents.multimedia.Rendition.Viability
public static class Rendition.Viability
Rendition viability [PDF:1.7:9.1.2].
Method Summary | |
---|---|
Rendition.Viability |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
Integer |
getBandwidth()
Gets the minimum system's bandwidth (in bits per second). |
List<LanguageIdentifier> |
getLanguages()
Gets the list of supported languages. |
Array<SoftwareIdentifier> |
getRenderers()
Gets the list of supported viewer applications. |
Integer |
getScreenDepth()
Gets the minimum screen color depth (in bits per pixel). |
Dimension |
getScreenSize()
Gets the minimum screen size (in pixels). |
Interval<Version> |
getVersion()
Gets the PDF version range supported by the viewer application. |
Boolean |
isAudioDescriptionEnabled()
Gets whether to hear audio descriptions. |
Boolean |
isAudioOverdubEnabled()
Gets whether to hear audio overdubs. |
Boolean |
isSubtitleEnabled()
Gets whether to see subtitles. |
Boolean |
isTextCaptionEnabled()
Gets whether to see text captions. |
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Rendition.Viability clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.public Integer getBandwidth()
public Integer getScreenDepth()
public Dimension getScreenSize()
public Array<SoftwareIdentifier> getRenderers()
public Interval<Version> getVersion()
public List<LanguageIdentifier> getLanguages()
public Boolean isAudioDescriptionEnabled()
public Boolean isAudioOverdubEnabled()
public Boolean isSubtitleEnabled()
public Boolean isTextCaptionEnabled()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |