public class SetLineDashPattern extends OperatorProcessor
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
LOG |
context
Constructor and Description |
---|
SetLineDashPattern() |
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> arguments)
Process the operator.
|
checkArrayTypesClass, getContext, setContext
public void process(Operator operator, java.util.List<COSBase> arguments) throws MissingOperandException
OperatorProcessor
process
in class OperatorProcessor
operator
- the operator to processarguments
- the operands to use when processingMissingOperandException
public java.lang.String getName()
OperatorProcessor
getName
in class OperatorProcessor