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 class
BitwiseOperators.And
Implements the "and" operator.(package private) static class
BitwiseOperators.Or
Implements the "or" operator.(package private) static class
BitwiseOperators.Xor
Implements the "xor" operator.
-