Package | Description |
---|---|
client.catan | |
client.map | |
client.map.view | |
client.map.view.dropObject |
Modifier and Type | Method and Description |
---|---|
IMapController |
MidPanel.getMapController() |
Modifier and Type | Method and Description |
---|---|
private IAction |
RightPanel.createStartMoveAction(IMapController mapController,
PieceType pieceType) |
Constructor and Description |
---|
RightPanel(IMapController mapController) |
Modifier and Type | Class and Description |
---|---|
class |
MapController
Implementation for the map controller.
|
Modifier and Type | Method and Description |
---|---|
IMapController |
RobView.getController() |
Modifier and Type | Field and Description |
---|---|
private IMapController |
MapComponent.controller |
Modifier and Type | Method and Description |
---|---|
IMapController |
MapView.getController() |
IMapController |
MapOverlayView.getController() |
IMapController |
MapComponent.getController() |
Modifier and Type | Field and Description |
---|---|
protected IMapController |
DropObject.controller |
Constructor and Description |
---|
CityDropObject(IMapController controller,
CatanColor color)
Creates a city drop object.
|
DropObject(IMapController controller,
CatanColor color) |
RoadDropObject(IMapController controller,
CatanColor color)
Creates a RoadDropObject.
|
RobberDropObject(IMapController controller,
CatanColor color)
Creates a RobberDropObject.
|
SettlementDropObject(IMapController controller,
CatanColor color)
Creates a SettlementDropObject.
|