Class RadianceTreeUI.PathRepaintCallback

All Implemented Interfaces:
TimelineCallback
Enclosing class:
RadianceTreeUI

protected class RadianceTreeUI.PathRepaintCallback extends EventDispatchThreadTimelineCallbackAdapter
Repaints a single path during the fade animation cycle.
  • Field Details

    • tree

      protected JTree tree
      Associated tree.
    • treePath

      protected TreePath treePath
      Associated (animated) path.
  • Constructor Details

    • PathRepaintCallback

      public PathRepaintCallback(JTree tree, TreePath treePath)
      Creates a new animation repaint callback.
      Parameters:
      tree - Associated tree.
      treePath - Associated (animated) path.
  • Method Details