MCPcopy Create free account
hub / github.com/classgraph/classgraph / draw

Method draw

src/test/java/com/xyz/fig/Figure.java:28–31  ·  view source on GitHub ↗
(final Graphics2D g)

Source from the content-addressed store, hash-verified

26 * @see com.xyz.fig.Drawable#draw(java.awt.Graphics2D)
27 */
28 @Override
29 public void draw(final Graphics2D g) {
30 sceneGraph.draw(g);
31 }
32}

Callers

nothing calls this directly

Calls 1

drawMethod · 0.65

Tested by

no test coverage detected