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

Method create

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

Returns a new Graphics object that is identical to this EpsGraphics2D.

()

Source from the content-addressed store, hash-verified

824 * Returns a new Graphics object that is identical to this EpsGraphics2D.
825 */
826 @Override
827public Graphics create() {
828 return new EpsGraphics2D(this);
829 }
830
831 /**
832 * Returns an EpsGraphics2D object based on this

Callers

nothing calls this directly

Calls 2

clipRectMethod · 0.80
translateMethod · 0.45

Tested by

no test coverage detected