Uses of Class
AccordionDrawer.QuadGridCell

Packages that use QuadGridCell
AccordionDrawer   
AccordionTreeDrawer   
 

Uses of QuadGridCell in AccordionDrawer
 

Fields in AccordionDrawer declared as QuadGridCell
 QuadGridCell QuadTree.rootCell
           
 

Methods in AccordionDrawer with parameters of type QuadGridCell
 void QuadTree.setRootCell(QuadGridCell rootCell)
           
 GridCell QuadTree.getChildAt(QuadGridCell cell, int ddepth, int x, int y)
          Gets a child at a specified x, y, depth location.
 GridCell QuadTree.makeChildAt(QuadGridCell cell, int ddepth, int x, int y)
          Like getChildAt, but makes new cells whenever necessary.
 GridCell QuadTree.putChildAt(QuadGridCell cell, int ddepth, int x, int y, QuadGridCell insertCell)
          Like makeChildAt, but the instead of creating a new cell at the specified location, puts the specified cell there.
 GridCell QuadTree.putChildAt(QuadGridCell cell, int ddepth, int x, int y, QuadGridCell insertCell)
          Like makeChildAt, but the instead of creating a new cell at the specified location, puts the specified cell there.
 

Uses of QuadGridCell in AccordionTreeDrawer
 

Subclasses of QuadGridCell in AccordionTreeDrawer
 class TreeQuadGridCell