MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / fill

Method fill

src/org/jibble/epsgraphics/EpsGraphics2D.java:543–546  ·  view source on GitHub ↗

Fills a Shape on the EPS document.

(Shape s)

Source from the content-addressed store, hash-verified

541 * Fills a Shape on the EPS document.
542 */
543 @Override
544public void fill(Shape s) {
545 draw(s, "fill"); //$NON-NLS-1$
546 }
547
548 /**
549 * Checks whether or not the specified Shape intersects the specified

Callers

nothing calls this directly

Calls 1

drawMethod · 0.95

Tested by

no test coverage detected