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