Uses of Interface
org.apache.pdfbox.pdmodel.common.function.type4.Operator
Packages that use Operator
Package
Description
This package contains Type 4 function support.
-
Uses of Operator in org.apache.pdfbox.pdmodel.common.function.type4
Classes in org.apache.pdfbox.pdmodel.common.function.type4 that implement OperatorModifier 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.private static class
Abstract base class for logical operators.(package private) static class
Implements the "and" operator.(package private) static class
Implements the "bitshift" operator.(package private) static class
Implements the "false" operator.(package private) static class
Implements the "not" operator.(package private) static class
Implements the "or" operator.(package private) static class
Implements the "true" operator.(package private) static class
Implements the "xor" operator.(package private) static class
Implements the "if" operator.(package private) static class
Implements the "ifelse" operator.private static class
Abstract base class for number comparison operators.(package private) static class
Implements the "eq" operator.(package private) static class
Implements the "ge" operator.(package private) static class
Implements the "gt" operator.(package private) static class
Implements the "le" operator.(package private) static class
Implements the "lt" operator.(package private) static class
Implements the "ne" operator.(package private) static class
Implements the "copy" operator.(package private) static class
Implements the "dup" operator.(package private) static class
Implements the "exch" operator.(package private) static class
Implements the "index" operator.(package private) static class
Implements the "pop" operator.(package private) static class
Implements the "roll" operator.Fields in org.apache.pdfbox.pdmodel.common.function.type4 declared as OperatorModifier and TypeFieldDescriptionprivate static final Operator
Operators.ABS
private static final Operator
Operators.ADD
private static final Operator
Operators.AND
private static final Operator
Operators.ATAN
private static final Operator
Operators.BITSHIFT
private static final Operator
Operators.CEILING
private static final Operator
Operators.COPY
private static final Operator
Operators.COS
private static final Operator
Operators.CVI
private static final Operator
Operators.CVR
private static final Operator
Operators.DIV
private static final Operator
Operators.DUP
private static final Operator
Operators.EQ
private static final Operator
Operators.EXCH
private static final Operator
Operators.EXP
private static final Operator
Operators.FALSE
private static final Operator
Operators.FLOOR
private static final Operator
Operators.GE
private static final Operator
Operators.GT
private static final Operator
Operators.IDIV
private static final Operator
Operators.IF
private static final Operator
Operators.IFELSE
private static final Operator
Operators.INDEX
private static final Operator
Operators.LE
private static final Operator
Operators.LN
private static final Operator
Operators.LOG
private static final Operator
Operators.LT
private static final Operator
Operators.MOD
private static final Operator
Operators.MUL
private static final Operator
Operators.NE
private static final Operator
Operators.NEG
private static final Operator
Operators.NOT
private static final Operator
Operators.OR
private static final Operator
Operators.POP
private static final Operator
Operators.ROLL
private static final Operator
Operators.ROUND
private static final Operator
Operators.SIN
private static final Operator
Operators.SQRT
private static final Operator
Operators.SUB
private static final Operator
Operators.TRUE
private static final Operator
Operators.TRUNCATE
private static final Operator
Operators.XOR
Fields in org.apache.pdfbox.pdmodel.common.function.type4 with type parameters of type OperatorMethods in org.apache.pdfbox.pdmodel.common.function.type4 that return OperatorModifier and TypeMethodDescriptionOperators.getOperator
(String operatorName) Returns the operator for the given operator name.