Uses of Interface
edu.princeton.cs.algs4.growingtree.framework.AnimatingTreeHead

Packages that use AnimatingTreeHead
edu.princeton.cs.algs4.growingtree.framework   
 

Uses of AnimatingTreeHead in edu.princeton.cs.algs4.growingtree.framework
 

Classes in edu.princeton.cs.algs4.growingtree.framework that implement AnimatingTreeHead
 class GrowingTreeHead<P extends NodeProperties>
          This class provides the head structure for a BSTTree.
 

Methods in edu.princeton.cs.algs4.growingtree.framework that return AnimatingTreeHead
 AnimatingTreeHead<P> TreeJPanel.getTree()
          Gets the head of the tree currently drawn in the Panel.
 

Methods in edu.princeton.cs.algs4.growingtree.framework with parameters of type AnimatingTreeHead
 void TreeJPanel.setTree(AnimatingTreeHead<P> tree)
          Sets the head of the tree currently drawn in the Panel.