sdr 0.21

Uses of Class
net.cscott.sdr.calls.TimedPosition

Packages that use TimedPosition
net.cscott.sdr.anim This package contains the 3d animation code, which uses the jME game engine. 
net.cscott.sdr.calls This package contains the square dance choreography engine, and the basic types and interfaces required to communicate with it. 
 

Uses of TimedPosition in net.cscott.sdr.anim
 

Methods in net.cscott.sdr.anim that return TimedPosition
 TimedPosition AnimDancer.getLastPosition()
           
 TimedPosition AnimDancer.getNextPosition(Fraction time)
          Get the next position with time greater than or equal to the given time.
 

Uses of TimedPosition in net.cscott.sdr.calls
 

Methods in net.cscott.sdr.calls with parameters of type TimedPosition
 int TimedPosition.compareTo(TimedPosition o)
          TimedPositions are compared to each other on the basis of their time fields.
 


sdr 0.21

Copyright (c) 2006 C. Scott Ananian