Class StackOperators
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.common.function.type4.StackOperators
-
class StackOperators extends java.lang.ObjectProvides the stack operators such as "pop" and "dup".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classStackOperators.CopyImplements the "copy" operator.(package private) static classStackOperators.DupImplements the "dup" operator.(package private) static classStackOperators.ExchImplements the "exch" operator.(package private) static classStackOperators.IndexImplements the "index" operator.(package private) static classStackOperators.PopImplements the "pop" operator.(package private) static classStackOperators.RollImplements the "roll" operator.
-
Constructor Summary
Constructors Modifier Constructor Description privateStackOperators()
-