Class Summary |
AccordionDrawer |
An abstract class representing a multi-scale rectangular grid on which
shapes consisting of horizontal and vertical line segments (such as
trees and graphs) can be drawn |
BinaryGridCell |
|
BinaryTree |
A class which implements a quadtree
This class is a tree of GridCells; each GridCell has up to 4 children. |
GridCell |
A class representing a cell in the quad tree data structure
A GridCell can have up to four (4) kid cells and may have a parent cell |
InteractionBox |
Draw and cache information about an onscreen rubberband box. |
LabelBox |
Axis-aligned bounding box class for label drawing. |
LeafGridCell |
|
Lens |
|
QuadGridCell |
|
QuadTree |
A class which implements a quadtree
This class is a tree of GridCells; each GridCell has up to 4 children. |
SplitTransition |
A class that helps compute coordinates for smooth animated transitions |