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

Method setColor

src/org/opensourcephysics/display/TextLine.java:329–331  ·  view source on GitHub ↗

Set the Color to use with the class @param c Color

(Color c)

Source from the content-addressed store, hash-verified

327 * @param c Color
328 */
329 public void setColor(Color c) {
330 color = c;
331 }
332
333 /**
334 * Set the Background Color to use with the class

Callers 2

drawTextMethod · 0.45
drawTextImageRotatedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected