All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
addCoveredEmptyTargetInstructions(ControllablePanel cp,
ScrollablePanel dest) |
static void |
addCoveredVertexWithNoPebblesInstruction(ControllablePanel cp,
ScrollablePanel dest) |
static void |
addEmptyTargetInstructions(ControllablePanel cp,
ScrollablePanel dest) |
static void |
addSelectedVertexWithPebbles(ControllablePanel cp,
ScrollablePanel dest,
int numberPebbles) |
static void |
addSelectedWithNoPebblesInstruction(ControllablePanel cp,
ScrollablePanel dest) |
static void |
addSelectedWithOnePebbleInstruction(ControllablePanel cp,
ScrollablePanel dest) |
static void |
addTargetWithPebblesInstruction(ControllablePanel cp,
ScrollablePanel dest,
int numberPebbles) |
static void |
addVertexInstructions(ControllablePanel cp,
ScrollablePanel dest) |
static void |
addVertexWithNoPebblesInstruction(ControllablePanel cp,
ScrollablePanel dest) |
static void |
addVertexWithPebblesInstruction(ControllablePanel cp,
ScrollablePanel dest,
int numberPebbles) |
static ContinualReplayView |
createPebbleCoveredEmptyTargetVertex(ControllablePanel cp) |
static ContinualReplayView |
createPebblePuzzleCoveredVertex(ControllablePanel cp) |
static ContinualReplayView |
createPebblePuzzleUncoveredVertex(ControllablePanel cp) |
static ContinualReplayView |
createPebblePuzzleVertexWithPebbles(ControllablePanel cp,
int numberPebbles) |
static ContinualReplayView |
createPebbleSelectedCoveredVertexWithPebbles(ControllablePanel cp,
int numberPebbles) |
static ContinualReplayView |
createPebbleSelectedUncoveredVertex(ControllablePanel cp) |
static ContinualReplayView |
createPebbleTargetVertex(ControllablePanel cp,
int numberPebbles) |
static DemoPanel |
pebbleItDemo(ControllablePanel cp) |
static DemoPanel |
recycleDemo(ControllablePanel cp) |
static DemoPanel |
ruleDemo(ControllablePanel cp) |
static DemoPanel |
undoRedoDemo(ControllablePanel cp) |