public class PortalLordRelatedDemoPanelFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DELAY |
Constructor and Description |
---|
PortalLordRelatedDemoPanelFactory() |
Modifier and Type | Method and Description |
---|---|
static ContinualReplayView |
addClearVertex(ControllablePanel cp,
java.lang.String puzzleType) |
static ContinualReplayView |
addhighlightedVertex(ControllablePanel cp,
java.lang.String puzzleType) |
static ContinualReplayView |
addMaxVertices(ControllablePanel cp,
java.lang.String puzzleType) |
static ContinualReplayView |
addMinVertices(ControllablePanel cp,
java.lang.String puzzleType) |
static ContinualReplayView |
addNumberedVertex(ControllablePanel cp,
java.lang.String puzzleType) |
static ContinualReplayView |
addOneNumberedVertex(ControllablePanel cp,
java.lang.String puzzleType) |
static ContinualReplayView |
addSelectedVertex(ControllablePanel cp,
java.lang.String puzzleType) |
static DemoPanel |
getBasicInstruction2DemoPanel(ControllablePanel cp) |
static DemoPanel |
getBasicInstruction3DemoPanel(ControllablePanel cp) |
static DemoPanel |
getBasicInstructionDemoPanel(ControllablePanel cp) |
public static final int DELAY
public static DemoPanel getBasicInstructionDemoPanel(ControllablePanel cp)
public static DemoPanel getBasicInstruction2DemoPanel(ControllablePanel cp)
public static DemoPanel getBasicInstruction3DemoPanel(ControllablePanel cp)
public static ContinualReplayView addNumberedVertex(ControllablePanel cp, java.lang.String puzzleType)
public static ContinualReplayView addClearVertex(ControllablePanel cp, java.lang.String puzzleType)
public static ContinualReplayView addSelectedVertex(ControllablePanel cp, java.lang.String puzzleType)
public static ContinualReplayView addhighlightedVertex(ControllablePanel cp, java.lang.String puzzleType)
public static ContinualReplayView addOneNumberedVertex(ControllablePanel cp, java.lang.String puzzleType)
public static ContinualReplayView addMinVertices(ControllablePanel cp, java.lang.String puzzleType)
public static ContinualReplayView addMaxVertices(ControllablePanel cp, java.lang.String puzzleType)