|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.pobjects.functions.postscript.OperatorFactory
public class OperatorFactory
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.
| 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 |
|---|
public OperatorFactory()
| Method Detail |
|---|
public static Operator getOperator(char[] ch,
int offset,
int length)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||