|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Position.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 Position.Flag in net.cscott.sdr.calls |
---|
Fields in net.cscott.sdr.calls with type parameters of type Position.Flag | |
---|---|
Set<Position.Flag> |
Position.flags
Flags describing the history of this Position . |
Methods in net.cscott.sdr.calls that return Position.Flag | |
---|---|
static Position.Flag |
Position.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Position.Flag[] |
Position.Flag.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.cscott.sdr.calls with parameters of type Position.Flag | |
---|---|
Position |
Position.addFlags(Position.Flag... flags)
Return a new Position identical to this one, except
with the given flags set. |
static Position |
Position.getGrid(int x,
int y,
Rotation r,
Position.Flag... flags)
Returns a position corresponding to the standard square dance grid. 0,0 is the center of the set, and odd coordinates between -3 and 3 correspond to the standard 4x4 grid. |
static Position |
Position.getGrid(int x,
int y,
String direction,
Position.Flag... flags)
Returns a position corresponding to the standard square dance grid. 0,0 is the center of the set, and odd coordinates between -3 and 3 correspond to the standard 4x4 grid. |
Position |
Position.setFlags(Position.Flag... flags)
Return a new Position identical to this one, except
with exactly the given flags set. |
Method parameters in net.cscott.sdr.calls with type arguments of type Position.Flag | |
---|---|
Position |
Position.setFlags(Collection<Position.Flag> f)
Return a new Position identical to this one, except
with exactly the given flags set. |
Constructors in net.cscott.sdr.calls with parameters of type Position.Flag | |
---|---|
Position(Fraction x,
Fraction y,
Rotation facing,
Position.Flag... flags)
Create a Position object from the given x and y coordinates, facing Rotation , and Position.Flag s. |
|
Position(int x,
int y,
Rotation facing,
Position.Flag... flags)
Create a Position object with integer-valued x and y coordinates, a Rotation and Position.Flag s. |
Constructor parameters in net.cscott.sdr.calls with type arguments of type Position.Flag | |
---|---|
Position(Fraction x,
Fraction y,
Rotation facing,
Set<Position.Flag> flags)
Create a Position object from the given x and y coordinates, facing Rotation , and the given Set of Position.Flag s. |
|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |