sdr 0.21

net.cscott.sdr.anim
Class CheckerDancer

java.lang.Object
  extended by net.cscott.sdr.anim.AnimDancer
      extended by net.cscott.sdr.anim.CheckerDancer

public class CheckerDancer
extends AnimDancer

CheckerDancer is an AnimDancer which displays a simple "square dance checker" model.

Version:
$Id: CheckerDancer.java,v 1.4 2006-11-05 16:08:40 cananian Exp $
Author:
C. Scott Ananian

Field Summary
 
Fields inherited from class net.cscott.sdr.anim.AnimDancer
dancer, node
 
Constructor Summary
CheckerDancer(DisplaySystem display, StandardDancer dancer)
           
 
Method Summary
 void update(Fraction time)
          Update the node based on the current beat time.
 
Methods inherited from class net.cscott.sdr.anim.AnimDancer
addAction, addPosition, getLastPosition, getNextPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckerDancer

public CheckerDancer(DisplaySystem display,
                     StandardDancer dancer)
Method Detail

update

public void update(Fraction time)
Description copied from class: AnimDancer
Update the node based on the current beat time. This method is called from the rendering thread.

Specified by:
update in class AnimDancer

sdr 0.21

Copyright (c) 2006 C. Scott Ananian