Simulation-monitor for instances of Animation2D.
This class is provided for convenience. Subclasses
must implement the method
simulationPauses()
,
which returns a boolean value (true if the simulation should pause;
false if it should not.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor given an animation. -
Method Summary
Methods inherited from class org.bzdev.devqsim.SimulationMonitor
getSimulation, simulationPauses
-
Constructor Details
-
Animation2DMonitor
public Animation2DMonitor()Constructor. -
Animation2DMonitor
Constructor given an animation.- Parameters:
a2d
- the animation to monitor
-