public class SetLineDashPattern extends OperatorProcessor
context| Constructor | Description |
|---|---|
SetLineDashPattern() |
| Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckArrayTypesClass, getContext, setContextpublic void process(Operator operator, java.util.List<COSBase> arguments) throws MissingOperandException
OperatorProcessorprocess in class OperatorProcessoroperator - the operator to processarguments - the operands to use when processingMissingOperandExceptionpublic java.lang.String getName()
OperatorProcessorgetName in class OperatorProcessorCopyright © 2002–2018. All rights reserved.