PDF Clown
0.1.2

Uses of Class
org.pdfclown.objects.Array

Packages that use Array
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.contents.layers Optional content [PDF:1.6:4.10], also known as layered content. 
org.pdfclown.documents.multimedia Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. 
org.pdfclown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
 

Uses of Array in org.pdfclown.documents
 

Subclasses of Array in org.pdfclown.documents
 class Articles
          Article threads [PDF:1.7:3.6.1].
 class PageAnnotations
          Page annotations [PDF:1.6:3.6.2].
 class PageArticleElements
          Page article beads [PDF:1.7:3.6.2].
 class PageElements<TItem extends PdfObjectWrapper<PdfDictionary>>
          Page elements.
 

Uses of Array in org.pdfclown.documents.contents.layers
 

Subclasses of Array in org.pdfclown.documents.contents.layers
 class LayerGroup
          A generic collection of layers.
 class Layers
          Optional content group collection.
 

Methods in org.pdfclown.documents.contents.layers that return Array
 Array<LayerConfiguration> LayerDefinition.getAlternateConfigurations()
          Gets the layer configurations used under particular circumstances.
 Array<LayerGroup> LayerConfiguration.getOptionGroups()
           
 Array<LayerGroup> LayerDefinition.getOptionGroups()
           
 Array<LayerGroup> ILayerConfiguration.getOptionGroups()
          Gets the groups of layers whose states are intended to follow a radio button paradigm (that is exclusive visibility within the same group).
 

Methods in org.pdfclown.documents.contents.layers with parameters of type Array
 void LayerDefinition.setAlternateConfigurations(Array<LayerConfiguration> value)
           
 

Uses of Array in org.pdfclown.documents.multimedia
 

Methods in org.pdfclown.documents.multimedia that return Array
 Array<MediaPlayer> MediaPlayers.getAllowedPlayers()
          Gets a set of players, any of which may be used in playing the associated media object.
 Array<MediaPlayer> MediaPlayers.getForbiddenPlayers()
          Gets a set of players that must NOT be used in playing the associated media object.
 Array<SoftwareIdentifier> Rendition.Viability.getRenderers()
          Gets the list of supported viewer applications.
 Array<Rendition> SelectorRendition.getRenditions()
          Gets an ordered collection of renditions.
 Array<MediaPlayer> MediaPlayers.getRequiredPlayers()
          Gets a set of players, one of which must be used in playing the associated media object.
 

Methods in org.pdfclown.documents.multimedia with parameters of type Array
 void MediaPlayers.setAllowedPlayers(Array<MediaPlayer> value)
           
 void MediaPlayers.setForbiddenPlayers(Array<MediaPlayer> value)
           
 void SelectorRendition.setRenditions(Array<Rendition> value)
           
 void MediaPlayers.setRequiredPlayers(Array<MediaPlayer> value)
           
 

Uses of Array in org.pdfclown.objects
 

Methods in org.pdfclown.objects that return Array
 Array<TItem> Array.clone(Document context)
           
static
<TItem extends IPdfObjectWrapper>
Array<TItem>
Array.wrap(Array.IWrapper<TItem> itemWrapper, PdfDirectObject baseObject)
          Wraps an existing base array using the specified wrapper for wrapping its items.
static
<TItem extends IPdfObjectWrapper>
Array<TItem>
Array.wrap(Class<TItem> itemClass, PdfDirectObject baseObject)
          Wraps an existing base array using the default wrapper for wrapping its items.
 


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.