DynamicPDF by ceTe Software

com.cete.dynamicpdf.io
Class PageResources

java.lang.Object
  |
  +--com.cete.dynamicpdf.io.PageResources

public class PageResources
extends java.lang.Object

Represents a pages resources.

Licensing:
This class is a DynamicPDF Generator Professional Edition feature. One of the following licenses is required for non-evaluation usage:


Constructor Summary
PageResources()
          Initializes a new instance of the PageResources class.
 
Method Summary
 void draw(DocumentWriter writer)
           
 PageColorSpaceList getColorSpaces()
          Gets a collection of ColorSpaces used on the page.
 PageExtGStateList getExtGStates()
          Gets a collection of ExtGStates used on the page.
 PageFontList getFonts()
          Gets a collection of fonts used on the page.
 PagePatternList getPatterns()
          Gets a collection of Patterns used on the page.
 PagePropertiesList getProperties()
          Gets a collection of Properties used on the page.
 PageShadingList getShadings()
          Gets a collection of Shadings used on the page.
 PageXObjectList getXObjects()
          Gets a collection of XObjects used on the page.
 void setStartingNameNumber(int startingNameNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageResources

public PageResources()
Initializes a new instance of the PageResources class.

Method Detail

draw

public void draw(DocumentWriter writer)

setStartingNameNumber

public void setStartingNameNumber(int startingNameNumber)

getFonts

public PageFontList getFonts()
Gets a collection of fonts used on the page.

Returns:
collection of fonts used on the page.

getXObjects

public PageXObjectList getXObjects()
Gets a collection of XObjects used on the page.

Returns:
collection of XObjects used on the page.

getShadings

public PageShadingList getShadings()
Gets a collection of Shadings used on the page.

Returns:
collection of Shadings used on the page.

getColorSpaces

public PageColorSpaceList getColorSpaces()
Gets a collection of ColorSpaces used on the page.

Returns:
collection of ColorSpaces used on the page.

getPatterns

public PagePatternList getPatterns()
Gets a collection of Patterns used on the page.

Returns:
collection of Patterns used on the page.

getProperties

public PagePropertiesList getProperties()
Gets a collection of Properties used on the page.

Returns:
collection of Properties used on the page.

getExtGStates

public PageExtGStateList getExtGStates()
Gets a collection of ExtGStates used on the page.

Returns:
collection of ExtGStates used on the page.

DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software