| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.io.PageExtGStateList
public class PageExtGStateList
Class represents a collection of external graphics states 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 resource list if it has not previously been added. | 
|  void | drawEntries(DocumentWriter writer)Draws the external graphics state's dictionary entries to the given DocumentWriterobject. | 
|  void | setStartingNameNumber(int startingNameNumber)Sets the starting Name Number. | 
|  int | size()Returns the number of external graphics states. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public void setStartingNameNumber(int startingNameNumber)
startingNameNumber - the starting Name Number.
public void add(Resource resource,
                PageWriter writer)
resource - Resource to add to the page.writer - The writer for the current page.public int size()
public void drawEntries(DocumentWriter writer)
DocumentWriter object.
writer - DocumentWriter to receive the output.DocumentWriter| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||