Class Animation2DMonitor


public abstract class Animation2DMonitor extends SimulationMonitor<Animation2D>
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 Details

    • Animation2DMonitor

      public Animation2DMonitor()
      Constructor.
    • Animation2DMonitor

      public Animation2DMonitor(Animation2D a2d)
      Constructor given an animation.
      Parameters:
      a2d - the animation to monitor