treebolic.view
Class Animator.Job

java.lang.Object
  extended by treebolic.view.Animator.Job
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Animator

 class Animator.Job
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  java.util.Iterator<HyperTransform> theAnimationIterator
          Animation iterator
 
Constructor Summary
Animator.Job(Animation thisAnimation)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent thisE)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theAnimationIterator

private java.util.Iterator<HyperTransform> theAnimationIterator
Animation iterator

Constructor Detail

Animator.Job

public Animator.Job(Animation thisAnimation)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent thisE)
Specified by:
actionPerformed in interface java.awt.event.ActionListener