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

Method createShapeFamily

core/src/processing/core/PGraphics.java:1791–1795  ·  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

1789
1790 /** Override this method to return an appropriate shape for your renderer */
1791 protected PShape createShapeFamily(int type) {
1792 return new PShape(this, type);
1793// showMethodWarning("createShape()");
1794// return null;
1795 }
1796
1797
1798 /**

Callers 1

createShapeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected