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

Method getFamily

core/src/processing/core/PShape.java:2247–2249  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

2245
2246 /** The shape type, one of GROUP, PRIMITIVE, PATH, or GEOMETRY. */
2247 public int getFamily() {
2248 return family;
2249 }
2250
2251
2252 public int getKind() {

Callers 4

createShapeMethod · 0.80
initMethod · 0.80
getMonoFontFamiliesMethod · 0.80
updateThemeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected