MCPcopy Index your code
hub / github.com/processing/processing / LineStroker

Method LineStroker

core/src/processing/opengl/LineStroker.java:81–82  ·  view source on GitHub ↗

Empty constructor. setOutput and setParameters must be called prior to calling any other methods.

()

Source from the content-addressed store, hash-verified

79 * must be called prior to calling any other methods.
80 */
81 public LineStroker() {
82 }
83
84 /**
85 * Constructs a <code>LineStroker</code>.

Callers

nothing calls this directly

Calls 2

setOutputMethod · 0.95
setParametersMethod · 0.95

Tested by

no test coverage detected