A B C D E G H I L M N P R S T U V W 
All Classes All Packages

C

canAdd(Bridge) - Method in class bridges.game.Board
Check if the given bridge can be added to the board.
collidesWith(Island) - Method in class bridges.game.Island
Check, if this island collides with another (that is: they are too close).
compareTo(Bridge) - Method in class bridges.game.Bridge
Compares this bridge to another.
compareTo(Island) - Method in class bridges.game.Island
Compare this island to another.
copy() - Method in class bridges.game.Board
Return a copy of this board.
count(List<Bridge>) - Static method in class bridges.game.Bridge
Return the total number of bridges in the given list.
createBridge(Island, Direction) - Method in class bridges.game.Board
Create a bridge from the given island into the given direction without adding it.
createBridge(Island, Direction) - Method in class bridges.model.GameModel
Return a bridge, which starts at the given island an goes into the given direction (or null).
crosses(Bridge) - Method in class bridges.game.Bridge
Return if the other bridge crosses (or covers) this bridge.
crosses(List<Bridge>) - Method in class bridges.game.Bridge
Check, if any of the given bridges crosses this one.
CustomDialog - Class in bridges.gui
The CustomDialog provides some basic functionality used by:
- MessageDialog and
- NewPuzzleDialog

like:
- setting the title
- closing the dialog, when the user presses 'X' and
- scaling and positioning the window.
CustomDialog(Frame) - Constructor for class bridges.gui.CustomDialog
Create a new Dialog with the given owner.
CustomDialog(Frame, boolean) - Constructor for class bridges.gui.CustomDialog
Create a new Dialog with the given owner and modality.
CustomDialog(Frame, boolean, String) - Constructor for class bridges.gui.CustomDialog
Create a new Dialog with the given owner and modality and title.
CustomDialog(Frame, boolean, String, double, double) - Constructor for class bridges.gui.CustomDialog
Create a new Dialog with the given owner and modality and title and size information.
cuts(Island) - Method in class bridges.game.Bridge
Check, if the given island is cut by this bridge.
A B C D E G H I L M N P R S T U V W 
All Classes All Packages