MCPcopy Index your code
hub / github.com/classgraph/classgraph / draw

Method draw

src/test/java/com/xyz/fig/SceneGraph.java:34–39  ·  view source on GitHub ↗
(final Graphics2D g)

Source from the content-addressed store, hash-verified

32 * @see com.xyz.fig.Drawable#draw(java.awt.Graphics2D)
33 */
34 @Override
35 public void draw(final Graphics2D g) {
36 for (final Shape shape : shapes) {
37 shape.draw(g);
38 }
39 }
40}

Callers

nothing calls this directly

Calls 1

drawMethod · 0.65

Tested by

no test coverage detected