Class ArithmeticOperators
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.common.function.type4.ArithmeticOperators
-
class ArithmeticOperators extends java.lang.Object
Provides the arithmetic operators such as "add" and "sub".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
ArithmeticOperators.Abs
Implements the "abs" operator.(package private) static class
ArithmeticOperators.Add
Implements the "add" operator.(package private) static class
ArithmeticOperators.Atan
Implements the "atan" operator.(package private) static class
ArithmeticOperators.Ceiling
Implements the "ceiling" operator.(package private) static class
ArithmeticOperators.Cos
Implements the "cos" operator.(package private) static class
ArithmeticOperators.Cvi
Implements the "cvi" operator.(package private) static class
ArithmeticOperators.Cvr
Implements the "cvr" operator.(package private) static class
ArithmeticOperators.Div
Implements the "div" operator.(package private) static class
ArithmeticOperators.Exp
Implements the "exp" operator.(package private) static class
ArithmeticOperators.Floor
Implements the "floor" operator.(package private) static class
ArithmeticOperators.IDiv
Implements the "idiv" operator.(package private) static class
ArithmeticOperators.Ln
Implements the "ln" operator.(package private) static class
ArithmeticOperators.Log
Implements the "log" operator.(package private) static class
ArithmeticOperators.Mod
Implements the "mod" operator.(package private) static class
ArithmeticOperators.Mul
Implements the "mul" operator.(package private) static class
ArithmeticOperators.Neg
Implements the "neg" operator.(package private) static class
ArithmeticOperators.Round
Implements the "round" operator.(package private) static class
ArithmeticOperators.Sin
Implements the "sin" operator.(package private) static class
ArithmeticOperators.Sqrt
Implements the "sqrt" operator.(package private) static class
ArithmeticOperators.Sub
Implements the "sub" operator.(package private) static class
ArithmeticOperators.Truncate
Implements the "truncate" operator.
-
Constructor Summary
Constructors Modifier Constructor Description private
ArithmeticOperators()
-