MCPcopy Index your code
hub / github.com/benfry/processing4 / createShapeFamily

Method createShapeFamily

core/src/processing/core/PGraphics.java:1831–1835  ·  view source on GitHub ↗

Override this method to return an appropriate shape for your renderer

(int type)

Source from the content-addressed store, hash-verified

1829
1830 /** Override this method to return an appropriate shape for your renderer */
1831 protected PShape createShapeFamily(int type) {
1832 return new PShape(this, type);
1833// showMethodWarning("createShape()");
1834// return null;
1835 }
1836
1837
1838 /**

Callers 1

createShapeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected