Treeviz 0.37 2010-10-17

Package ch.randelshofer.tree.circlemap

Provides classes for the interactive visualization of trees using a space-filling circular treemap layout.

See:
          Description

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

Package ch.randelshofer.tree.circlemap Description

Provides classes for the interactive visualization of trees using a space-filling circular treemap layout.


Copyright 2007-2008 (c) Werner Randelshofer.
All rights reserved.