it.stefanochizzolini.clown.documents.contents
Class Resources
java.lang.Object
it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Resources
public Resources(Document context)
Resources
public Resources(PdfDirectObject baseObject,
PdfIndirectObject container)
- For internal use only.
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)
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.