Sets the output LineStroker of this LineStroker . @param output an output LineStroker .
(LineStroker output)
| 115 | * an output <code>LineStroker</code>. |
| 116 | */ |
| 117 | public void setOutput(LineStroker output) { |
| 118 | this.output = output; |
| 119 | } |
| 120 | |
| 121 | /** |
| 122 | * Sets the parameters of this <code>LineStroker</code>. |
no outgoing calls
no test coverage detected