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

Method getPathIterator

core/src/processing/opengl/LinePath.java:267–269  ·  view source on GitHub ↗

The iterator for this class is not multi-threaded safe, which means that the LinePath class does not guarantee that modifications to the geometry of this LinePath object do not affect any iterations of that geometry that are already in process.

()

Source from the content-addressed store, hash-verified

265 * geometry that are already in process.
266 */
267 public PathIterator getPathIterator() {
268 return new PathIterator(this);
269 }
270
271
272 /**

Callers 5

tessellateLinePathMethod · 0.95
strokeToMethod · 0.80
FontOutlineMethod · 0.80
getShapeMethod · 0.80
drawShapeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected