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

Method getChildren

core/src/processing/core/PShape.java:1974–1977  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1972
1973
1974 public PShape[] getChildren() {
1975 crop();
1976 return children;
1977 }
1978
1979 /**
1980 * ( begin auto-generated from PShape_getChild.xml )

Callers 3

parseChildrenMethod · 0.45
GradientMethod · 0.45
FontMethod · 0.45

Calls 1

cropMethod · 0.95

Tested by

no test coverage detected