Class StackOperators
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.common.function.type4.StackOperators
-
class StackOperators extends java.lang.Object
Provides the stack operators such as "pop" and "dup".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
StackOperators.Copy
Implements the "copy" operator.(package private) static class
StackOperators.Dup
Implements the "dup" operator.(package private) static class
StackOperators.Exch
Implements the "exch" operator.(package private) static class
StackOperators.Index
Implements the "index" operator.(package private) static class
StackOperators.Pop
Implements the "pop" operator.(package private) static class
StackOperators.Roll
Implements the "roll" operator.
-
Constructor Summary
Constructors Modifier Constructor Description private
StackOperators()
-