DynamicPDF by ceTe Software

com.cete.dynamicpdf.io
Class PageColorSpaceList

java.lang.Object
  extended by com.cete.dynamicpdf.io.PageColorSpaceList

public class PageColorSpaceList
extends java.lang.Object

Class represents a collection of color spaces for a page.

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


Method Summary
 void add(Resource resource, PageWriter writer)
          Writes the PDF name for the Resource to the page and adds it to the pages.
 void drawEntries(DocumentWriter writer)
          Draws the color space's dictionary entries to the given DocumentWriter object.
 void setStartingNameNumber(int startingNameNumber)
          Sets the Starting Name Number.
 int size()
          Returns the number of color space list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setStartingNameNumber

public void setStartingNameNumber(int startingNameNumber)
Sets the Starting Name Number.

Parameters:
startingNameNumber - the Starting Name Number.

add

public void add(Resource resource,
                PageWriter writer)
Writes the PDF name for the Resource to the page and adds it to the pages. resource list if it has not previously been added.

Parameters:
resource - Resource to add to the page.
writer - The writer for the current page.

size

public int size()
Returns the number of color space list.

Returns:
the list size.

drawEntries

public void drawEntries(DocumentWriter writer)
Draws the color space's dictionary entries to the given DocumentWriter object.

Parameters:
writer - DocumentWriter to receive the output.
See Also:
DocumentWriter

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software