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 classImplements the "abs" operator.(package private) static classImplements the "add" operator.(package private) static classImplements the "atan" operator.(package private) static classImplements the "ceiling" operator.(package private) static classImplements the "cos" operator.(package private) static classImplements the "cvi" operator.(package private) static classImplements the "cvr" operator.(package private) static classImplements the "div" operator.(package private) static classImplements the "exp" operator.(package private) static classImplements the "floor" operator.(package private) static classImplements the "idiv" operator.(package private) static classImplements the "ln" operator.(package private) static classImplements the "log" operator.(package private) static classImplements the "mod" operator.(package private) static classImplements the "mul" operator.(package private) static classImplements the "neg" operator.(package private) static classImplements the "round" operator.(package private) static classImplements the "sin" operator.(package private) static classImplements the "sqrt" operator.(package private) static classImplements the "sub" operator.(package private) static classImplements the "truncate" operator. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ArithmeticOperators
private ArithmeticOperators()
-