|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field | |
de.tabacha.cgo | The base classes for ConwayGo. |
de.tabacha.cgo.gui | The classes for the graphical user interface. |
Uses of Field in de.tabacha.cgo |
Fields in de.tabacha.cgo declared as Field | |
static Field |
Constants.KICK_OFF_FIELD
|
Methods in de.tabacha.cgo that return Field | |
Field |
Put.getField()
Returns the field where the figure is set. |
Field |
Board.getBall()
Returns the actual field of the ball. |
Field |
DefaultBoard.getBall()
|
Field |
Field.fieldIn(byte direction)
Returns the field that lies one step from this field in the specified direction. |
Field |
Field.upsideDown()
Returns the equivalent field on the other half of the board, mirrored along the central row. |
Methods in de.tabacha.cgo with parameters of type Field | |
byte |
Board.on(Field field)
Returns the content of the specified field on the board. |
void |
Board.setBall(Field newBallField)
Sets the actual field of the ball. |
void |
Board.addPiece(Field f)
Puts a piece (aka player) on the board. |
void |
Board.removePiece(Field f)
Removes a piece (aka player) from the board. |
byte |
DefaultBoard.on(Field field)
|
void |
DefaultBoard.setBall(Field newBallField)
|
void |
DefaultBoard.addPiece(Field f)
|
void |
DefaultBoard.removePiece(Field f)
|
Constructors in de.tabacha.cgo with parameters of type Field | |
Put(Field field)
Constructor. |
|
DefaultBoard(byte[][] fields,
Field ballField,
boolean whoseTurn)
Constructor that receives direct values. |
|
Field(Field otherField)
Copy constructor. |
Uses of Field in de.tabacha.cgo.gui |
Methods in de.tabacha.cgo.gui that return Field | |
Field |
BoardComponent.point2Field(java.awt.Point point)
Converts a point in the component's pixel coordinates to a field on the board. |
protected Field |
BoardComponent.performLeap(Field from,
byte direction)
Performs a leap. |
Methods in de.tabacha.cgo.gui with parameters of type Field | |
protected void |
BoardComponent.performPut(Field field)
Performs a put. |
protected Field |
BoardComponent.performLeap(Field from,
byte direction)
Performs a leap. |
(package private) void |
BoardComponent.setCaret(Field selected,
byte type)
Shows, changes or removes the caret. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |