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. |