net.cscott.sdr.anim
Class CheckerDancer
java.lang.Object
net.cscott.sdr.anim.AnimDancer
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
Method Summary |
void |
update(Fraction time)
Update the node based on the current beat time. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckerDancer
public CheckerDancer(DisplaySystem display,
StandardDancer dancer)
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
Copyright (c) 2006 C. Scott Ananian