public class GRestore extends OperatorProcessor
context
Constructor | Description |
---|---|
GRestore() |
Modifier and Type | Method | Description |
---|---|---|
void |
process(PDFOperator operator,
java.util.List<COSBase> arguments) |
process the operator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContext, setContext
public void process(PDFOperator operator, java.util.List<COSBase> arguments)
process
in class OperatorProcessor
operator
- The operator that is being processed.arguments
- arguments needed by this operator.