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