|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DancerPath.PointOfRotation | |
---|---|
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 DancerPath.PointOfRotation in net.cscott.sdr.calls |
---|
Fields in net.cscott.sdr.calls declared as DancerPath.PointOfRotation | |
---|---|
DancerPath.PointOfRotation |
DancerPath.pointOfRotation
The point of rotation, for flow computations. |
Methods in net.cscott.sdr.calls that return DancerPath.PointOfRotation | |
---|---|
static DancerPath.PointOfRotation |
DancerPath.PointOfRotation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DancerPath.PointOfRotation[] |
DancerPath.PointOfRotation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in net.cscott.sdr.calls with parameters of type DancerPath.PointOfRotation | |
---|---|
DancerPath(Position from,
Position to,
Fraction time,
DancerPath.PointOfRotation pointOfRotation,
Collection<DancerPath.Flag> flags)
|
|
DancerPath(Position from,
Position to,
Fraction time,
DancerPath.PointOfRotation pointOfRotation,
DancerPath.Flag... flags)
Create an immutable DancerPath object. |
|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |