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

Method setAnimated

src/org/opensourcephysics/display/OSPFrame.java:310–312  ·  view source on GitHub ↗

Sets the animated property. @param animated

(boolean animated)

Source from the content-addressed store, hash-verified

308 * @param animated
309 */
310 public void setAnimated(boolean animated) {
311 this.animated = animated;
312 }
313
314 /**
315 * Reads the animated property.

Callers 15

DisplayFrameMethod · 0.80
Vector2DFrameMethod · 0.80
Display3DFrameMethod · 0.80
Scalar2DFrameMethod · 0.80
HistogramFrameMethod · 0.80
FFTFrameMethod · 0.80
ParticleFrameMethod · 0.80
RasterFrameMethod · 0.80
PlotFrameMethod · 0.80
LatticeFrameMethod · 0.80
TableFrameMethod · 0.80
Complex2DFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected