Class TreePanel.AutoPanAction

  • Enclosing class:
    TreePanel

    public class TreePanel.AutoPanAction
    extends prefuse.action.Action
    • Field Summary

      • Fields inherited from class prefuse.action.Action

        m_vis
      • Fields inherited from class prefuse.activity.Activity

        DEFAULT_STEP_TIME, INFINITY
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoPanAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(double frac)  
      • Methods inherited from class prefuse.action.Action

        getVisualization, run, setVisualization
      • Methods inherited from class prefuse.activity.Activity

        addActivityListener, alwaysRunAfter, cancel, fireActivityCancelled, fireActivityFinished, fireActivityScheduled, fireActivityStarted, fireActivityStepped, 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AutoPanAction

        public AutoPanAction()
    • Method Detail

      • run

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