DynamicPDF by ceTe Software

com.cete.dynamicpdf.io
Class PageResources

java.lang.Object
  extended by 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:


Method Summary
 void draw(DocumentWriter writer)
          Draws the page resources to the given DocumentWriter object.
 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)
          Sets the starting name number for the page resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

draw

public void draw(DocumentWriter writer)
Draws the page resources to the given DocumentWriter object.

Parameters:
writer - the document writer.

setStartingNameNumber

public void setStartingNameNumber(int startingNameNumber)
Sets the starting name number for the page resources.

Parameters:
startingNameNumber - the starting name number for the page resources.

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 DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software