Class ArithmeticOperators
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.common.function.type4.ArithmeticOperators
-
class ArithmeticOperators extends java.lang.ObjectProvides the arithmetic operators such as "add" and "sub".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classArithmeticOperators.AbsImplements the "abs" operator.(package private) static classArithmeticOperators.AddImplements the "add" operator.(package private) static classArithmeticOperators.AtanImplements the "atan" operator.(package private) static classArithmeticOperators.CeilingImplements the "ceiling" operator.(package private) static classArithmeticOperators.CosImplements the "cos" operator.(package private) static classArithmeticOperators.CviImplements the "cvi" operator.(package private) static classArithmeticOperators.CvrImplements the "cvr" operator.(package private) static classArithmeticOperators.DivImplements the "div" operator.(package private) static classArithmeticOperators.ExpImplements the "exp" operator.(package private) static classArithmeticOperators.FloorImplements the "floor" operator.(package private) static classArithmeticOperators.IDivImplements the "idiv" operator.(package private) static classArithmeticOperators.LnImplements the "ln" operator.(package private) static classArithmeticOperators.LogImplements the "log" operator.(package private) static classArithmeticOperators.ModImplements the "mod" operator.(package private) static classArithmeticOperators.MulImplements the "mul" operator.(package private) static classArithmeticOperators.NegImplements the "neg" operator.(package private) static classArithmeticOperators.RoundImplements the "round" operator.(package private) static classArithmeticOperators.SinImplements the "sin" operator.(package private) static classArithmeticOperators.SqrtImplements the "sqrt" operator.(package private) static classArithmeticOperators.SubImplements the "sub" operator.(package private) static classArithmeticOperators.TruncateImplements the "truncate" operator.
-
Constructor Summary
Constructors Modifier Constructor Description privateArithmeticOperators()
-