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

Method setOutput

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

Sets the output LineStroker of this LineStroker . @param output an output LineStroker .

(LineStroker output)

Source from the content-addressed store, hash-verified

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>.

Callers 2

LineStrokerMethod · 0.95
saveImageIOMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected