gnu.jpdf
Class PDFPage.procset

java.lang.Object
  extended by gnu.jpdf.PDFObject
      extended by gnu.jpdf.PDFPage.procset
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PDFPage

public class PDFPage.procset
extends PDFObject

This defines a procset

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gnu.jpdf.PDFObject
objser, pdfDocument
 
Constructor Summary
PDFPage.procset()
           
 
Method Summary
 void add(java.lang.String proc)
           
 void write(java.io.OutputStream os)
          Writes the object to the output stream.
 
Methods inherited from class gnu.jpdf.PDFObject
getPDFDocument, getSerialID, getType, toArray, toString, writeEnd, writeStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDFPage.procset

public PDFPage.procset()
Method Detail

add

public void add(java.lang.String proc)
Parameters:
proc - Entry to add to the procset

write

public void write(java.io.OutputStream os)
           throws java.io.IOException
Description copied from class: PDFObject

Writes the object to the output stream. This method must be overidden.

Note: It should not write any other objects, even if they are it's Kids, as they will be written by the calling routine.

Specified by:
write in class PDFObject
Parameters:
os - OutputStream to send the object to
Throws:
java.io.IOException - on error