intarsys PDF library API

Package de.intarsys.pdf.postscript

A simple generated parser/interpreter for PDF embedded postscript.

See:
          Description

Interface Summary
IOperator  
ParserConstants  
 

Class Summary
Handler Very simple class to execute postscript code as it it parsed (which means to execute it again you have to parse it again)
JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
Operator_abs  
Operator_add  
Operator_and  
Operator_atan  
Operator_bitshift  
Operator_ceiling  
Operator_copy  
Operator_cos  
Operator_cvi  
Operator_cvr  
Operator_div  
Operator_dup  
Operator_eq  
Operator_exch  
Operator_exp  
Operator_false  
Operator_floor  
Operator_ge  
Operator_gt  
Operator_idiv  
Operator_if  
Operator_ifelse  
Operator_index  
Operator_le  
Operator_ln  
Operator_log  
Operator_lt  
Operator_mod  
Operator_mul  
Operator_ne  
Operator_neg  
Operator_not  
Operator_or  
Operator_pop  
Operator_roll  
Operator_round  
Operator_sin  
Operator_sqrt  
Operator_sub  
Operator_true  
Operator_truncate  
Operator_xor  
Parser  
ParserTokenManager  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package de.intarsys.pdf.postscript Description

A simple generated parser/interpreter for PDF embedded postscript.


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.