Package | Description |
---|---|
cusack.hcg.games.graph.graph | |
cusack.hcg.gui.controller | |
cusack.hcg.gui.screens | |
cusack.hcg.gui.view |
Constructor and Description |
---|
EditGraphController(StackedScreen gui2,
GraphInstance g,
GraphView v)
This is a general constructor that is more or less the same as the super class.
|
Modifier and Type | Method and Description |
---|---|
void |
PuzzleController.init(StackedScreen g2,
T g,
GraphView v,
PuzzleController.ScreenMode mode) |
Constructor and Description |
---|
ReplayController(StackedScreen g2,
PuzzleInstance g,
GraphView v,
java.lang.String moves,
java.lang.String solName,
java.lang.String playerName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
GraphView |
SplitScreen.getGraphView() |
Constructor and Description |
---|
SplitScreen(PuzzleInstance thegame,
GraphView view,
PuzzleController controller,
boolean swapSides)
Constructor for SplitScreen.
|
SplitScreen(PuzzleInstance thegame,
GraphView view,
PuzzleController controller,
int rightSideWidth) |
Modifier and Type | Class and Description |
---|---|
class |
ContinualReplayView
A simple extension of GraphView that loads a game with solution data and just continually replays it.
|