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

Method doStep

src/debugging/physicsapps/IsingApp.java:267–273  ·  view source on GitHub ↗

Performs the animation in response to timer events. @param evt

()

Source from the content-addressed store, hash-verified

265 * @param evt
266 */
267 @Override
268protected void doStep() {
269 stepIsingModel();
270 drawingPanel.render();
271 enPanel.render();
272 magPanel.render();
273 }
274
275 /**
276 * Start the Java application.

Callers

nothing calls this directly

Calls 2

stepIsingModelMethod · 0.95
renderMethod · 0.65

Tested by

no test coverage detected