Modifier and Type | Class and Description |
---|---|
class |
EditGraphController
This class is used as the controller for the edit graph screen and it allows the user to create and edit graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
EditLightsOutController |
class |
PlayLightsOutController |
Modifier and Type | Class and Description |
---|---|
class |
EditFindDesignsController |
Modifier and Type | Class and Description |
---|---|
class |
GenericPebbleController<S extends PebbleInstance> |
class |
PebblePlaceController<S extends PebbleInstance> |
class |
PlayRockItRelatedController<S extends PebbleInstance> |
Modifier and Type | Class and Description |
---|---|
class |
EditConfoundItController
Editor for confound it puzzles.
|
class |
PlayConfoundItController
This controller is used to play the Confound It puzzle game and generally involves allowing the user to add and
subtract pebbles from different vertices on the board.
|
Modifier and Type | Class and Description |
---|---|
class |
EditOptimizeItController
Editor for Optimize It puzzles.
|
class |
PlayOptimizeItController
This controller is used to play the Confound It puzzle game and generally involves allowing the user to add and
subtract pebbles from different vertices on the board.
|
Modifier and Type | Class and Description |
---|---|
class |
EditReachItController |
class |
PlayReachItController |
Modifier and Type | Class and Description |
---|---|
class |
EditRockItController
This class allows a user to edit a pebbleIt puzzle by adding or removing pebbles from vertices.
|
class |
PlayRockItController |
Modifier and Type | Class and Description |
---|---|
class |
EditPortalForgerController |
class |
PlayPortalForgerController |
Modifier and Type | Class and Description |
---|---|
class |
PlayPowerGraphController |
Modifier and Type | Class and Description |
---|---|
class |
EditPowerHousesController |
class |
PlayPowerHousesController |
Modifier and Type | Class and Description |
---|---|
class |
EditPowerLinesController |
class |
PlayPowerLinesController |
Modifier and Type | Class and Description |
---|---|
class |
EditPowerZonesController |
class |
PlayPowerZonesController |
Modifier and Type | Class and Description |
---|---|
class |
EditEdgeChooseController<S extends EdgeChooseInstance> |
class |
GenericWeightedController<S extends WeightedInstance> |
class |
PlayEdgeChooseController<S extends EdgeChooseInstance> |
Modifier and Type | Class and Description |
---|---|
class |
EditMinimumSpanningTreeController |
class |
PlayMinimumSpanningTreeController |
Modifier and Type | Class and Description |
---|---|
class |
EditSSShortestPathController |
class |
PlaySSShortestPathController |
Modifier and Type | Class and Description |
---|---|
class |
EditTravelingSalesmanController |
class |
PlayTravelingSalesmanController |
Modifier and Type | Class and Description |
---|---|
class |
GenericPuzzleScreenController<S extends PuzzleInstance>
This is a controller for editors and, strangely enough, play screens.
|
class |
ReplayController
This class allows the user to replay games based on past actions and games that they played and saved.
|
Modifier and Type | Method and Description |
---|---|
PuzzleController<?> |
SplitScreen.getPuzzleController() |
Constructor and Description |
---|
SplitScreen(PuzzleInstance thegame,
GraphView view,
PuzzleController controller,
boolean swapSides)
Constructor for SplitScreen.
|
SplitScreen(PuzzleInstance thegame,
GraphView view,
PuzzleController controller,
int rightSideWidth) |