Uses of Package
com.jgraph.layout
Packages that use com.jgraph.layout
Package
Description
JGraphLayout's topmost package which contains the basic layout classes and interfaces.
JGraphLayout graph package which contains graph layout algorithms.
JGraphLayout hierarchical package which contains directed hierarchy layout algorithms.
JGraphLayout hierarchical layout internal model for representing the graph in
a manner that provide high performance for the layout
JGraphLayout graph package which contains tree layout algorithms.
-
Classes in com.jgraph.layout used by com.jgraph.layoutClassDescriptionAn abstract description of a graph that can be used by a layout algorithm.Defines the interface that visitors use to perform operations upon the graph information during depth first search (dfs) or other tree-traversal strategies implemented by subclassers.The class that defines a layout algorithm.Describes the state of a long-running layout.
-
Classes in com.jgraph.layout used by com.jgraph.layout.graphClassDescriptionAn abstract description of a graph that can be used by a layout algorithm.The class that defines a layout algorithm.An additional interface that should be implemented if a layout is expected to run longer.Describes the state of a long-running layout.
-
Classes in com.jgraph.layout used by com.jgraph.layout.hierarchicalClassDescriptionAn abstract description of a graph that can be used by a layout algorithm.The class that defines a layout algorithm.An additional interface that should be implemented if a layout is expected to run longer.Describes the state of a long-running layout.
-
Classes in com.jgraph.layout used by com.jgraph.layout.hierarchical.modelClassDescriptionAn abstract description of a graph that can be used by a layout algorithm.Defines the interface that visitors use to perform operations upon the graph information during depth first search (dfs) or other tree-traversal strategies implemented by subclassers.
-
Classes in com.jgraph.layout used by com.jgraph.layout.organicClassDescriptionAn abstract description of a graph that can be used by a layout algorithm.The class that defines a layout algorithm.An additional interface that should be implemented if a layout is expected to run longer.Describes the state of a long-running layout.
-
Classes in com.jgraph.layout used by com.jgraph.layout.simpleClassDescriptionAn abstract description of a graph that can be used by a layout algorithm.The class that defines a layout algorithm.
-
Classes in com.jgraph.layout used by com.jgraph.layout.treeClassDescriptionAn abstract description of a graph that can be used by a layout algorithm.The class that defines a layout algorithm.