See: Description
| Class | Description |
|---|---|
| Circle |
Describes a Circle by its radius and the location of its center.
|
| CircleDistanceComparator |
Compares two circles by their distance to the origin (0,0) of the coordinate
system.
|
| CirclemapCompositeNode |
The CirclemapNode class encapsulates a composite
TreeNode whithin a
CirclemapTree. |
| CirclemapDraw |
CirclemapDraw draws a
CirclemapTree. |
| CirclemapModel |
CirclemapModel manages a CirclemapTree and its CirclemapView.
|
| CirclemapNode |
The CirclemapNode class encapsulates a
TreeNode whithin a
CirclemapTree. |
| CirclemapTree |
CirclemapTree lays out a tree structure in a space-filling circular treemap.
|
| CirclemapView |
CirclemapView provides an interactive user interface for a
CirclemapTree. |
| CircleRadiusComparator |
Compares two circles by the size of their radius.
|
| Circles |
Utility functions for
Circle objects. |