See: Description
| Interface | Description |
|---|---|
| HTView |
| Class | Description |
|---|---|
| HTAction |
The HTAction class manage the action on the hypertree :
drag of a node...
|
| HTDraw |
The HTDraw class implements the drawing model for the HTView.
|
| HTDrawNodeComposite |
The HTDrawNodeComposite class implements the Composite design pattern
for HTDrawNode.
|
| HTModel |
The HTModel class implements the model for the HyperTree.
|
| HTModelNode |
The HTModelNode class implements encapsulation of a TreeNode
for the model.
|
| HTModelNodeComposite |
The HTModelNodeComposite class implements the Composite design pattern
for HTModelNode.
|
| HTNodeLabel |
The HTNodeLabel class implements the drawed label
representing a node.
|
| HTTransformation |
The HTTransformation class implements a isometrie transformation
in the hyperbolic space.
|
| HyperTree |
The HyperTree class implements an hyperbolic tree representation for data.
|
| SwingHTView |
The SwingHTView class implements a view of the HyperTree for use in
a Swing based application.
|