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 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.private static classAbstract base class for logical operators.(package private) static classImplements the "and" operator.(package private) static classImplements the "bitshift" operator.(package private) static classImplements the "false" operator.(package private) static classImplements the "not" operator.(package private) static classImplements the "or" operator.(package private) static classImplements the "true" operator.(package private) static classImplements the "xor" operator.(package private) static classImplements the "if" operator.(package private) static classImplements the "ifelse" operator.private static classAbstract base class for number comparison operators.(package private) static classImplements the "eq" operator.(package private) static classImplements the "ge" operator.(package private) static classImplements the "gt" operator.(package private) static classImplements the "le" operator.(package private) static classImplements the "lt" operator.(package private) static classImplements the "ne" operator.(package private) static classImplements the "copy" operator.(package private) static classImplements the "dup" operator.(package private) static classImplements the "exch" operator.(package private) static classImplements the "index" operator.(package private) static classImplements the "pop" operator.(package private) static classImplements the "roll" operator.Fields in org.apache.pdfbox.pdmodel.common.function.type4 declared as OperatorModifier and TypeFieldDescriptionprivate static final OperatorOperators.ABSprivate static final OperatorOperators.ADDprivate static final OperatorOperators.ANDprivate static final OperatorOperators.ATANprivate static final OperatorOperators.BITSHIFTprivate static final OperatorOperators.CEILINGprivate static final OperatorOperators.COPYprivate static final OperatorOperators.COSprivate static final OperatorOperators.CVIprivate static final OperatorOperators.CVRprivate static final OperatorOperators.DIVprivate static final OperatorOperators.DUPprivate static final OperatorOperators.EQprivate static final OperatorOperators.EXCHprivate static final OperatorOperators.EXPprivate static final OperatorOperators.FALSEprivate static final OperatorOperators.FLOORprivate static final OperatorOperators.GEprivate static final OperatorOperators.GTprivate static final OperatorOperators.IDIVprivate static final OperatorOperators.IFprivate static final OperatorOperators.IFELSEprivate static final OperatorOperators.INDEXprivate static final OperatorOperators.LEprivate static final OperatorOperators.LNprivate static final OperatorOperators.LOGprivate static final OperatorOperators.LTprivate static final OperatorOperators.MODprivate static final OperatorOperators.MULprivate static final OperatorOperators.NEprivate static final OperatorOperators.NEGprivate static final OperatorOperators.NOTprivate static final OperatorOperators.ORprivate static final OperatorOperators.POPprivate static final OperatorOperators.ROLLprivate static final OperatorOperators.ROUNDprivate static final OperatorOperators.SINprivate static final OperatorOperators.SQRTprivate static final OperatorOperators.SUBprivate static final OperatorOperators.TRUEprivate static final OperatorOperators.TRUNCATEprivate static final OperatorOperators.XORFields 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.