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,
float x,
float y,
float rot)
Subclasses should implement this to draw the dancer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckerDancer
public CheckerDancer(DanceFloor danceFloor,
StandardDancer dancer,
com.jme.system.DisplaySystem display)
update
public void update(Fraction time,
float x,
float y,
float rot)
- Description copied from class:
AnimDancer
- Subclasses should implement this to draw the dancer.
- Specified by:
update
in class AnimDancer
Copyright © 2006-2009 C. Scott Ananian