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 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. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BitwiseOperators
private BitwiseOperators()
-