PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents
Class Resources

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
      extended by it.stefanochizzolini.clown.documents.contents.Resources

public class Resources
extends PdfObjectWrapper<PdfDictionary>

Resources collection [PDF:1.6:3.7.2].

Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
Resources(Document context)
           
Resources(PdfDirectObject baseObject, PdfIndirectObject container)
          For internal use only.
 
Method Summary
 Resources clone(Document context)
          Gets a clone of the object, registered inside the given document context.
 ColorSpaceResources getColorSpaces()
           
 ExtGStateResources getExtGStates()
           
 FontResources getFonts()
           
 XObjectResources getXObjects()
           
 void setColorSpaces(ColorSpaceResources value)
           
 void setExtGStates(ExtGStateResources value)
           
 void setFonts(FontResources value)
           
 void setXObjects(XObjectResources value)
           
 
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resources

public Resources(Document context)

Resources

public Resources(PdfDirectObject baseObject,
                 PdfIndirectObject container)
For internal use only.

Method Detail

clone

public Resources clone(Document context)
Description copied from class: PdfObjectWrapper
Gets a clone of the object, registered inside the given document context.

Specified by:
clone in class PdfObjectWrapper<PdfDictionary>
Parameters:
context - Which document the clone has to be registered in.

getColorSpaces

public ColorSpaceResources getColorSpaces()

getExtGStates

public ExtGStateResources getExtGStates()

getFonts

public FontResources getFonts()

getXObjects

public XObjectResources getXObjects()

setColorSpaces

public void setColorSpaces(ColorSpaceResources value)

setExtGStates

public void setExtGStates(ExtGStateResources value)

setFonts

public void setFonts(FontResources value)

setXObjects

public void setXObjects(XObjectResources value)

PDF Clown
0.0.8

Project home page

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