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

Method getPaint

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

Returns the current Paint of the EpsGraphics2D object.

()

Source from the content-addressed store, hash-verified

755 * Returns the current Paint of the EpsGraphics2D object.
756 */
757 @Override
758public Paint getPaint() {
759 return _paint;
760 }
761
762 /**
763 * returns the current Composite of the EpsGraphics2D object.

Callers 3

appendMethod · 0.95
drawMethod · 0.80
paintIconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected