Empty constructor. setOutput and setParameters must be called prior to calling any other methods.
()
| 79 | * must be called prior to calling any other methods. |
| 80 | */ |
| 81 | public LineStroker() { |
| 82 | } |
| 83 | |
| 84 | /** |
| 85 | * Constructs a <code>LineStroker</code>. |
nothing calls this directly
no test coverage detected