Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » codec » postscript » [javadoc | source]
com.lowagie.text.pdf.codec.postscript
public class: PAContext [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.codec.postscript.PAContext
Field Summary
public  PAPencil pencil     
public  Stack dictionaries     
public  Stack operands     
public  PAEngine engine     
 PAParser poorscript     
protected  Random randomNumberGenerator     
protected  Object lastUnknownIdentifier     
Constructor:
 public PAContext(Component component) 
 public PAContext(PAPencil pencil) 
 public PAContext(Graphics2D g,
    Dimension size) 
Method from com.lowagie.text.pdf.codec.postscript.PAContext Summary:
collectArray,   constructGlobalDict,   constructSystemDict,   draw,   findDictionary,   findIdentifier,   getLastUnknownIdentifier,   peekOperand,   popNumberOperands,   popOperands
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.codec.postscript.PAContext Detail:
 public  void collectArray() throws PainterException 
 protected HashMap constructGlobalDict() 
 protected HashMap constructSystemDict() 
 public  void draw(InputStream inputStream) throws PainterException 
 public Object findDictionary(Object identifier) 
 public Object findIdentifier(Object identifier) 
 public Object getLastUnknownIdentifier() 
 public Object peekOperand() throws PainterException 
 public double[] popNumberOperands(int n) throws PainterException 
 public Object[] popOperands(int n) throws PainterException