public class CurveTo extends GraphicsOperatorProcessor
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
LOG |
context
Constructor and Description |
---|
CurveTo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of this operator, e.g.
|
void |
process(Operator operator,
java.util.List<COSBase> operands)
Process the operator.
|
setContext
checkArrayTypesClass, getContext
public void process(Operator operator, java.util.List<COSBase> operands) throws java.io.IOException
OperatorProcessor
process
in class OperatorProcessor
operator
- the operator to processoperands
- the operands to use when processingjava.io.IOException
- if the operator cannot be processedpublic java.lang.String getName()
OperatorProcessor
getName
in class OperatorProcessor