PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.multimedia.Rendition

Packages that use Rendition
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
org.pdfclown.documents.interaction.annotations Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. 
org.pdfclown.documents.multimedia Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. 
 

Uses of Rendition in org.pdfclown.documents
 

Methods in org.pdfclown.documents that return Rendition
 Rendition NamedRenditions.put(PdfString key, Rendition value)
           
 Rendition NamedRenditions.remove(Object key)
           
protected  Rendition NamedRenditions.wrapValue(PdfDirectObject baseObject)
           
 

Methods in org.pdfclown.documents with parameters of type Rendition
 Rendition NamedRenditions.put(PdfString key, Rendition value)
           
 

Uses of Rendition in org.pdfclown.documents.interaction.actions
 

Methods in org.pdfclown.documents.interaction.actions that return Rendition
 Rendition Render.getRendition()
          Gets the rendition object to render.
 

Methods in org.pdfclown.documents.interaction.actions with parameters of type Rendition
 void Render.setRendition(Rendition value)
           
 

Constructors in org.pdfclown.documents.interaction.actions with parameters of type Rendition
Render(Screen screen, Render.OperationEnum operation, Rendition rendition)
           
 

Uses of Rendition in org.pdfclown.documents.interaction.annotations
 

Constructors in org.pdfclown.documents.interaction.annotations with parameters of type Rendition
Screen(Page page, Rectangle2D box, String text, Rendition rendition)
           
 

Uses of Rendition in org.pdfclown.documents.multimedia
 

Subclasses of Rendition in org.pdfclown.documents.multimedia
 class MediaRendition
          Media rendition [PDF:1.7:9.1.2].
 class SelectorRendition
          Selector rendition [PDF:1.7:9.1.2].
 

Methods in org.pdfclown.documents.multimedia that return Rendition
static Rendition Rendition.wrap(PdfDirectObject baseObject)
          Wraps a rendition base object into a rendition object.
 

Methods in org.pdfclown.documents.multimedia that return types with arguments of type Rendition
 Array<Rendition> SelectorRendition.getRenditions()
          Gets an ordered collection of renditions.
 

Method parameters in org.pdfclown.documents.multimedia with type arguments of type Rendition
 void SelectorRendition.setRenditions(Array<Rendition> value)
           
 


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.