Modifier and Type | Field and Description |
---|---|
protected boolean |
enabled |
protected static int |
EXPAND_NODE |
protected int |
expandNodeCount |
protected static int |
FOCUS_NODE |
protected int |
focusNodeCount |
protected static int |
HIDE_EDGE |
protected static int |
HIDE_NODE |
protected int |
hideEdgeCount |
protected int |
hideFocusNodeCount |
protected int |
hideNodeCount |
static boolean |
INITIALLY_ENABLED |
protected static int |
REDO |
protected int |
redoCount |
protected int |
runCount |
protected static int |
UNDO |
protected int |
undoCount |
Constructor and Description |
---|
VizigatorUser(VizController controller,
long millis) |
Modifier and Type | Method and Description |
---|---|
boolean |
getEnabled() |
protected Object |
pickRandom(Collection items) |
protected TMAbstractNode |
pickRandomNode() |
protected TMAbstractNode |
pickRandomNode(TopicIF type) |
protected TopicIF |
pickRandomType() |
void |
run()
This method is called on schedule by the timer.
|
void |
setEnabled(boolean enabled)
Enables/disables this motion killer.
|
protected void |
useVizigator() |
cancel, scheduledExecutionTime
public static final boolean INITIALLY_ENABLED
protected static final int EXPAND_NODE
protected static final int FOCUS_NODE
protected static final int HIDE_NODE
protected static final int HIDE_EDGE
protected static final int UNDO
protected static final int REDO
protected int runCount
protected int hideNodeCount
protected int hideFocusNodeCount
protected int hideEdgeCount
protected int focusNodeCount
protected int expandNodeCount
protected int undoCount
protected int redoCount
protected boolean enabled
public VizigatorUser(VizController controller, long millis)
public void run()
protected void useVizigator()
protected TMAbstractNode pickRandomNode()
protected Object pickRandom(Collection items)
protected TopicIF pickRandomType()
protected TMAbstractNode pickRandomNode(TopicIF type)
public void setEnabled(boolean enabled)
public boolean getEnabled()