Class ArithmeticOperators.Ln
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.common.function.type4.ArithmeticOperators.Ln
-
- All Implemented Interfaces:
Operator
- Enclosing class:
- ArithmeticOperators
static class ArithmeticOperators.Ln extends java.lang.Object implements Operator
Implements the "ln" operator.
-
-
Constructor Summary
Constructors Constructor Description Ln()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ExecutionContext context)
Executes the operator.
-
-
-
Method Detail
-
execute
public void execute(ExecutionContext context)
Description copied from interface:Operator
Executes the operator. The method can inspect and manipulate the stack.
-
-