Package org.jungrapht.visualization.layout.model
Support for graph layout models mapping vertices to location points
There are no java.awt imports in this package and its sub packages
-
Interface Summary Interface Description LayoutModel<V> two dimensional layout model. -
Class Summary Class Description AbstractLayoutModel<V> superclass for LayoutModels.AbstractLayoutModel.Builder<V,T extends AbstractLayoutModel<V>,B extends AbstractLayoutModel.Builder<V,T,B>> AggregateLayoutModel<V> ALayoutModel
implementation that combines multiple other layoutModels so that they may be manipulated as one layoutModel.Circle Simple, immutable Circle classDefaultLayoutModel<V> A LayoutModel that uses a ConcurrentHashMap.Dimension Holds a width and height pair.LayoutModel.Builder<V,T extends DefaultLayoutModel<V>,B extends LayoutModel.Builder<V,T,B>> a builder for LayoutModel instancesPoint Simple, immutable Point class used for Graph layout.PolarPoint Immutable Point.Rectangle Simple, immutable Rectangle class, included to reduce dependency on awt classes