Class BitwiseOperators
java.lang.Object
org.apache.pdfbox.pdmodel.common.function.type4.BitwiseOperators
Provides the bitwise operators such as "and" and "xor".
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate 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. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BitwiseOperators
private BitwiseOperators()
-