Class BitwiseOperators
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.common.function.type4.BitwiseOperators
-
class BitwiseOperators extends java.lang.Object
Provides the bitwise operators such as "and" and "xor".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
BitwiseOperators.AbstractLogicalOperator
Abstract base class for logical operators.(package private) static class
BitwiseOperators.And
Implements the "and" operator.(package private) static class
BitwiseOperators.Bitshift
Implements the "bitshift" operator.(package private) static class
BitwiseOperators.False
Implements the "false" operator.(package private) static class
BitwiseOperators.Not
Implements the "not" operator.(package private) static class
BitwiseOperators.Or
Implements the "or" operator.(package private) static class
BitwiseOperators.True
Implements the "true" operator.(package private) static class
BitwiseOperators.Xor
Implements the "xor" operator.
-
Constructor Summary
Constructors Modifier Constructor Description private
BitwiseOperators()
-