|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DancerPath.Flag | |
---|---|
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.Flag in net.cscott.sdr.calls |
---|
Fields in net.cscott.sdr.calls with type parameters of type DancerPath.Flag | |
---|---|
Set<DancerPath.Flag> |
DancerPath.flags
Additional properties of the path. |
Methods in net.cscott.sdr.calls that return DancerPath.Flag | |
---|---|
static DancerPath.Flag |
DancerPath.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DancerPath.Flag[] |
DancerPath.Flag.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.Flag | |
---|---|
DancerPath(Position from,
Position to,
Fraction time,
DancerPath.PointOfRotation pointOfRotation,
DancerPath.Flag... flags)
Create an immutable DancerPath object. |
Constructor parameters in net.cscott.sdr.calls with type arguments of type DancerPath.Flag | |
---|---|
DancerPath(Position from,
Position to,
Fraction time,
DancerPath.PointOfRotation pointOfRotation,
Collection<DancerPath.Flag> flags)
|
|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |