ca.utoronto.cs.prefuseextensions.demo
Class StarburstDemo.TreeRootAction

java.lang.Object
  extended by prefuse.activity.Activity
      extended by prefuse.action.Action
          extended by prefuse.action.GroupAction
              extended by ca.utoronto.cs.prefuseextensions.demo.StarburstDemo.TreeRootAction
Enclosing class:
StarburstDemo

public static class StarburstDemo.TreeRootAction
extends prefuse.action.GroupAction

Switch the root of the tree by requesting a new spanning tree at the desired root and hiding all nodes above


Field Summary
 
Fields inherited from class prefuse.activity.Activity
DEFAULT_STEP_TIME, INFINITY
 
Constructor Summary
StarburstDemo.TreeRootAction(java.lang.String graphGroup)
           
 
Method Summary
 void run(double frac)
           
 
Methods inherited from class prefuse.action.GroupAction
getGroup, setGroup
 
Methods inherited from class prefuse.action.Action
getVisualization, setVisualization
 
Methods inherited from class prefuse.activity.Activity
addActivityListener, alwaysRunAfter, cancel, getDuration, getNextTime, getPace, getPacingFunction, getStartTime, getStepTime, getStopTime, isEnabled, isRunning, isScheduled, removeActivityListener, run, runAfter, runAt, setDuration, setEnabled, setPacingFunction, setStartTime, setStepTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StarburstDemo.TreeRootAction

public StarburstDemo.TreeRootAction(java.lang.String graphGroup)
Method Detail

run

public void run(double frac)
Specified by:
run in class prefuse.action.GroupAction