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

Method getFamily

core/src/processing/core/PShape.java:2138–2140  ·  view source on GitHub ↗

The shape type, one of GROUP, PRIMITIVE, PATH, or GEOMETRY.

()

Source from the content-addressed store, hash-verified

2136
2137 /** The shape type, one of GROUP, PRIMITIVE, PATH, or GEOMETRY. */
2138 public int getFamily() {
2139 return family;
2140 }
2141
2142
2143 public int getKind() {

Callers 6

createShapeMethod · 0.80
StatusPanelMethod · 0.80
updateAppearanceMethod · 0.80
getMonoFontFamiliesMethod · 0.80
updateModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected