Class BitwiseOperators.Xor
java.lang.Object
org.apache.pdfbox.pdmodel.common.function.type4.BitwiseOperators.AbstractLogicalOperator
org.apache.pdfbox.pdmodel.common.function.type4.BitwiseOperators.Xor
- All Implemented Interfaces:
Operator
- Enclosing class:
- BitwiseOperators
Implements the "xor" operator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
applyForBoolean
(boolean bool1, boolean bool2) protected int
applyforInteger
(int int1, int int2) Methods inherited from class org.apache.pdfbox.pdmodel.common.function.type4.BitwiseOperators.AbstractLogicalOperator
execute
-
Constructor Details
-
Xor
Xor()
-
-
Method Details
-
applyForBoolean
protected boolean applyForBoolean(boolean bool1, boolean bool2) - Specified by:
applyForBoolean
in classBitwiseOperators.AbstractLogicalOperator
-
applyforInteger
protected int applyforInteger(int int1, int int2) - Specified by:
applyforInteger
in classBitwiseOperators.AbstractLogicalOperator
-