pipe.gui
Class AnimationHandler

java.lang.Object
  |
  +--javax.swing.event.MouseInputAdapter
        |
        +--pipe.gui.AnimationHandler
All Implemented Interfaces:
Constants, java.util.EventListener, javax.swing.event.MouseInputListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener

public class AnimationHandler
extends javax.swing.event.MouseInputAdapter
implements Constants


Field Summary
 AnimationHistory animBox
           
protected  java.awt.Container contentPane
           
protected  Transition tempTransition
           
protected  CreateGui theApp
           
 
Fields inherited from interface pipe.gui.Constants
ADDTOKEN, ARC, DEFAULT_BACKGROUND_COLOR, DEFAULT_DIRECTORY, DEFAULT_ELEMENT_COLOR, DEFAULT_ELEMENT_TYPE, DEFAULT_FILENAME, DELETE, DELTOKEN, DRAW, FIRE, MOVE, PLACE, RANDOM, START, STEPBACKWARD, STEPFORWARD, STOP, TRANSITION
 
Constructor Summary
AnimationHandler(CreateGui creategui, java.awt.Container contentpane)
           
 
Method Summary
 Transition getTransition()
           
 void mouseClicked(java.awt.event.MouseEvent e)
           
 
Methods inherited from class javax.swing.event.MouseInputAdapter
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

contentPane

protected java.awt.Container contentPane

tempTransition

protected Transition tempTransition

theApp

protected CreateGui theApp

animBox

public AnimationHistory animBox
Constructor Detail

AnimationHandler

public AnimationHandler(CreateGui creategui,
                        java.awt.Container contentpane)
Method Detail

getTransition

public Transition getTransition()

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Overrides:
mouseClicked in class javax.swing.event.MouseInputAdapter