Package com.jgraph.layout
package com.jgraph.layout
JGraphLayout's topmost package which contains the basic layout classes and interfaces.
-
ClassDescriptionThis allows to recursively compose any number of abstract layouts into a compound abstract layout.An 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.An additional interface that should be implemented if a layout is expected to run longer.Describes the state of a long-running layout.An abstract description of a graph that can be used by a layout algorithm.