Class VizigatorUser

    • Field Detail

      • runCount

        protected int runCount
      • hideNodeCount

        protected int hideNodeCount
      • hideFocusNodeCount

        protected int hideFocusNodeCount
      • hideEdgeCount

        protected int hideEdgeCount
      • focusNodeCount

        protected int focusNodeCount
      • expandNodeCount

        protected int expandNodeCount
      • undoCount

        protected int undoCount
      • redoCount

        protected int redoCount
      • enabled

        protected boolean enabled
    • Constructor Detail

      • VizigatorUser

        public VizigatorUser​(VizController controller,
                             long millis)
    • Method Detail

      • run

        public void run()
        This method is called on schedule by the timer.
        Specified by:
        run in interface Runnable
        Specified by:
        run in class TimerTask
      • useVizigator

        protected void useVizigator()
      • pickRandomType

        protected TopicIF pickRandomType()
      • setEnabled

        public void setEnabled​(boolean enabled)
        Enables/disables this motion killer. Note: VizPanel uses the value of enabled to build menus, so this method should only be changed (indirectly) from there.
      • getEnabled

        public boolean getEnabled()