PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.Resources

Packages that use Resources
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
org.pdfclown.documents.contents.colorSpaces Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. 
org.pdfclown.documents.contents.xObjects External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. 
org.pdfclown.documents.interaction.forms Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. 
 

Uses of Resources in org.pdfclown.documents
 

Methods in org.pdfclown.documents that return Resources
 Resources Document.getResources()
          Gets the default resource collection [PDF:1.6:3.6.2].
 Resources Page.getResources()
           
 

Methods in org.pdfclown.documents with parameters of type Resources
 void Document.setResources(Resources value)
           
 

Uses of Resources in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents that return Resources
 Resources Resources.clone(Document context)
           
 Resources IContentContext.getResources()
          Gets the resources associated with this content context either explicitly (directly associated to the object) or (if not explicitly available) implicitly (inherited from a higher-level object).
static Resources Resources.wrap(PdfDirectObject baseObject)
           
 

Uses of Resources in org.pdfclown.documents.contents.colorSpaces
 

Methods in org.pdfclown.documents.contents.colorSpaces that return Resources
 Resources TilingPattern.getResources()
          Gets the named resources required by the pattern's content stream.
 

Uses of Resources in org.pdfclown.documents.contents.xObjects
 

Methods in org.pdfclown.documents.contents.xObjects that return Resources
 Resources FormXObject.getResources()
           
 

Methods in org.pdfclown.documents.contents.xObjects with parameters of type Resources
 void FormXObject.setResources(Resources value)
           
 

Uses of Resources in org.pdfclown.documents.interaction.forms
 

Methods in org.pdfclown.documents.interaction.forms that return Resources
 Resources Form.getResources()
          Gets the default resources used by fields.
 

Methods in org.pdfclown.documents.interaction.forms with parameters of type Resources
 void Form.setResources(Resources 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.