Uses of Class
org.apache.pdfbox.pdmodel.common.function.type4.BitwiseOperators.AbstractLogicalOperator
-
Packages that use BitwiseOperators.AbstractLogicalOperator Package Description org.apache.pdfbox.pdmodel.common.function.type4 This package contains Type 4 function support. -
-
Uses of BitwiseOperators.AbstractLogicalOperator in org.apache.pdfbox.pdmodel.common.function.type4
Subclasses of BitwiseOperators.AbstractLogicalOperator in org.apache.pdfbox.pdmodel.common.function.type4 Modifier and Type Class Description (package private) static classBitwiseOperators.AndImplements the "and" operator.(package private) static classBitwiseOperators.OrImplements the "or" operator.(package private) static classBitwiseOperators.XorImplements the "xor" operator.
-