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
static class BitwiseOperators.And extends BitwiseOperators.AbstractLogicalOperator
Implements the "and" operator.
-
-
Constructor Summary
Constructors Constructor Description And()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
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
-
-