|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
private GridCell |
QuadTree.actionChildAt(QuadGridCell cell,
int ddepth,
int x,
int y,
int action,
QuadGridCell insertCell)
Does the actual work for the xChildAt methods. |
private GridCell |
QuadTree.actionChildAt(QuadGridCell cell,
int ddepth,
int x,
int y,
int action,
QuadGridCell insertCell)
Does the actual work for the xChildAt methods. |
| Uses of QuadGridCell in AccordionTreeDrawer |
| Subclasses of QuadGridCell in AccordionTreeDrawer | |
class |
TreeQuadGridCell
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||