Uses of Package
org.abego.treelayout
Packages that use org.abego.treelayout
Package
Description
Efficiently create compact, highly customizable tree layouts.
Classes used by various "Demo" applications for the
TreeLayout
.Demonstrates how to use the
TreeLayout
to create a tree diagram with
SVG (Scalable Vector Graphic).Demonstration how to use the
TreeLayout
to render a tree in a Swing
application.Various utility classes to simplify usage of the
TreeLayout
.-
Classes in org.abego.treelayout used by org.abego.treelayoutClassDescriptionUsed to configure the tree layout algorithm.Possible alignments of a node within a level (centered, towards or away from root)Identifies the sides of a rectangle (top, left, ...)Provides the extent (width and height) of a tree node.Represents a tree to be used by the
TreeLayout
. -
Classes in org.abego.treelayout used by org.abego.treelayout.demoClassDescriptionProvides the extent (width and height) of a tree node.Represents a tree to be used by the
TreeLayout
. -
Classes in org.abego.treelayout used by org.abego.treelayout.demo.svgClassDescriptionRepresents a tree to be used by the
TreeLayout
.Implements the actual tree layout algorithm. -
Classes in org.abego.treelayout used by org.abego.treelayout.demo.swingClassDescriptionRepresents a tree to be used by the
TreeLayout
.Implements the actual tree layout algorithm. -
Classes in org.abego.treelayout used by org.abego.treelayout.utilClassDescriptionUsed to configure the tree layout algorithm.Possible alignments of a node within a level (centered, towards or away from root)Identifies the sides of a rectangle (top, left, ...)Provides the extent (width and height) of a tree node.Represents a tree to be used by the
TreeLayout
.