|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
org.pdfclown.documents.interaction.actions.Action
org.pdfclown.documents.interaction.actions.Render
@PDF(value=PDF15) public final class Render
'Control the playing of multimedia content' action [PDF:1.6:8.5.3].
Nested Class Summary | |
---|---|
static class |
Render.OperationEnum
|
Constructor Summary | |
---|---|
Render(Screen screen,
Render.OperationEnum operation,
Rendition rendition)
|
Method Summary | |
---|---|
Render |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
Render.OperationEnum |
getOperation()
Gets the operation to perform when the action is triggered. |
Rendition |
getRendition()
Gets the rendition object to render. |
Screen |
getScreen()
Gets the screen where to render the rendition object. |
String |
getScript()
Gets the JavaScript script to be executed when the action is triggered. |
void |
setOperation(Render.OperationEnum value)
|
void |
setRendition(Rendition value)
|
void |
setScreen(Screen value)
|
void |
setScript(String value)
|
Methods inherited from class org.pdfclown.documents.interaction.actions.Action |
---|
getActions, setActions, wrap |
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 |
Constructor Detail |
---|
public Render(Screen screen, Render.OperationEnum operation, Rendition rendition)
Method Detail |
---|
public Render clone(Document context)
PdfObjectWrapper
clone
in class Action
context
- Which document the clone has to be registered in.public Render.OperationEnum getOperation()
public Rendition getRendition()
public Screen getScreen()
public String getScript()
public void setOperation(Render.OperationEnum value)
getOperation()
public void setRendition(Rendition value)
getRendition()
public void setScreen(Screen value)
getScreen()
public void setScript(String value)
getScript()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |