Class ArithmeticOperators
java.lang.Object
org.apache.pdfbox.pdmodel.common.function.type4.ArithmeticOperators
Provides the arithmetic operators such as "add" and "sub".
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
Implements the "abs" operator.(package private) static class
Implements the "add" operator.(package private) static class
Implements the "atan" operator.(package private) static class
Implements the "ceiling" operator.(package private) static class
Implements the "cos" operator.(package private) static class
Implements the "cvi" operator.(package private) static class
Implements the "cvr" operator.(package private) static class
Implements the "div" operator.(package private) static class
Implements the "exp" operator.(package private) static class
Implements the "floor" operator.(package private) static class
Implements the "idiv" operator.(package private) static class
Implements the "ln" operator.(package private) static class
Implements the "log" operator.(package private) static class
Implements the "mod" operator.(package private) static class
Implements the "mul" operator.(package private) static class
Implements the "neg" operator.(package private) static class
Implements the "round" operator.(package private) static class
Implements the "sin" operator.(package private) static class
Implements the "sqrt" operator.(package private) static class
Implements the "sub" operator.(package private) static class
Implements the "truncate" operator. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ArithmeticOperators
private ArithmeticOperators()
-