Uses of Class
AccordionDrawer.AccordionDrawer

Packages that use AccordionDrawer
AccordionDrawer   
AccordionTreeDrawer   
TreeJuxtaposer   
 

Uses of AccordionDrawer in AccordionDrawer
 

Fields in AccordionDrawer declared as AccordionDrawer
 AccordionDrawer GridCell.drawer
           
 

Methods in AccordionDrawer that return AccordionDrawer
 AccordionDrawer BinaryTree.getOwner()
           
 

Methods in AccordionDrawer with parameters of type AccordionDrawer
 void CellGeom.drawInCell(java.awt.Color c, float plane, AccordionDrawer ad)
           
 

Constructors in AccordionDrawer with parameters of type AccordionDrawer
QuadTree(AccordionDrawer theowner)
          Constructor.
QuadGridCell(AccordionDrawer thedrawer, int thelevel, int therow, int thecol, boolean isQuad)
           
Lens(int[] _pos, int[] _max, int[] _min, int[] _center, int[] _size, AccordionDrawer d)
           
Lens(GridCell[] minc, GridCell[] maxc, int[] pos, int[] _size, CellGeom item, AccordionDrawer d)
           
LeafGridCell(AccordionDrawer thedrawer, int thelevel, int therow, int thecol, boolean isQuad)
           
InteractionBox(GridCell[] minc, GridCell[] maxc, CellGeom item, AccordionDrawer d)
           
InteractionBox(int[] min, int[] max, AccordionDrawer d)
           
GridCell(AccordionDrawer thedrawer, int thelevel, int therow, int thecol, boolean isQuad)
           
BinaryTree(AccordionDrawer theowner)
          Constructor.
BinaryGridCell(AccordionDrawer thedrawer, int thelevel, int therow, int thecol, boolean isQuad)
           
 

Uses of AccordionDrawer in AccordionTreeDrawer
 

Subclasses of AccordionDrawer in AccordionTreeDrawer
 class AccordionTreeDrawer
          An abstract class representing a multi-scale rectangular grid on which a tree consisting of horizontal and vertical line segments is drawn Fills in the fields of the abstract class AccordionDrawer based on information from the Tree class.
 

Methods in AccordionTreeDrawer with parameters of type AccordionDrawer
 void TreeNode.drawInCell(java.awt.Color col, float plane, AccordionDrawer d)
          Draws this node inside cell, the GridCell that it is attached to, if cell is drawn large enough Prints the label of the node if the GridCell is drawn large enough
 void TreeEdge.drawInCell(java.awt.Color col, float plane, AccordionDrawer d)
          Draws this TreeEdge inside the GridCell to which it is attached, and its label if appropriate.
 

Constructors in AccordionTreeDrawer with parameters of type AccordionDrawer
TreeQuadGridCell(AccordionDrawer thedrawer, int thelevel, int therow, int thecol, boolean isQuad)
           
TreeLeafGridCell(AccordionDrawer thedrawer, int thelevel, int therow, int thecol, boolean isQuad)
           
 

Uses of AccordionDrawer in TreeJuxtaposer
 

Subclasses of AccordionDrawer in TreeJuxtaposer
 class AccordionTreeDrawerFinal
          A class that fleshes out the abstract methods left in AccordionTreeDrawer.