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