Package jsim.animator

The animator package provides classes for running two dimensional animations of the simulations.

See:
          Description

Interface Summary
Animator  
 

Class Summary
AnimationEntity This class is used as a container for a Shape in the Animator Package of the JSIM simulation package It has data members of type Shape, AffineTransform, and Color
AnimationImp This class implements the Animation front end for the JSIM Simulation package.
AnimationMenu The ModelMenu class defines the main menu for simulation models.
AnimationMessage This class implements a message which is passed from a Simulation to an Animation in the JSIM simulation package.
AnimationQueue This class implements a queue to hold AnimationMessages It is a shared data structure between Animator and Simulator Simulator puts messages on the queue and Animator takes messages off the queue
Edge This class defines an edge between two nodes in a Graph.
Graph This class defines a Graph to be used with the Simulation package of JSIM.
 

Package jsim.animator Description

The animator package provides classes for running two dimensional animations of the simulations.