org.icepdf.core.pobjects.functions.postscript
Class OperatorFactory

java.lang.Object
  extended by org.icepdf.core.pobjects.functions.postscript.OperatorFactory

public class OperatorFactory
extends java.lang.Object

Operator factory takes a operand char offset and quickly returns a Operator object which contains the respective operator evaluation logic. The calling method can defer the execution of operator as needed.

Since:
4.2
Author:
ICEsoft Technologies Inc.

Constructor Summary
OperatorFactory()
           
 
Method Summary
static Operator getOperator(char[] ch, int offset, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorFactory

public OperatorFactory()
Method Detail

getOperator

public static Operator getOperator(char[] ch,
                                   int offset,
                                   int length)