scalation

animation

package animation

The animation package contains classes, traits and objects for 2D animation of simulation objects.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. animation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class AnimateCommand(action: CommandType.Value, eid: Int, shape: Shape, label: String, primary: Boolean, color: Color, pts: Array[Double], time: Double, from_eid: Int = -1, to_eid: Int = -1) extends Product with Serializable

    The AnimateCommand class provides a template for animation commands.

  2. class Animator extends Transform with Error

    The Animator class implements the commands to create, destroy, move and scale components (nodes, edges or tokens) in an animated graph.

  3. class DgAnimator extends MainFrame with Actor with Error

    The DgAnimator class is an animation engine for animating graphs.

  4. class Dgraph extends Error

    The Dgraph class is for defining graph structures suitable for animation.

Value Members

  1. object CommandType extends Enumeration

    The CommandType object implements a message which is passed from a simulation engine to the animation engine.

  2. object Counter

    The Counter object maintains counters.

  3. object DgAnimatorTest extends App

    The DgAnimatorTest object is used to test the DgAnimator class.

  4. object DgraphTest extends App

    The DgraphTest object to test the Dgraph class.

  5. object EidCounter

    The EidCounter object is used to provide unique identifiers for internally created tokens/fluids.

Inherited from AnyRef

Inherited from Any

Ungrouped