| Package | Description |
|---|---|
| edu.uci.ics.jung.algorithms.layout |
Algorithms for assigning 2D coordinates (typically used for graph visualizations)
to vertices.
|
| Class and Description |
|---|
| AbstractLayout
Abstract class for implementations of
Layout. |
| CircleLayout.CircleVertexData |
| FRLayout.FRVertexData |
| GraphElementAccessor
Interface for coordinate-based selection of graph components.
|
| ISOMLayout.ISOMVertexData |
| Layout
A generalized interface is a mechanism for returning (x,y) coordinates
from vertices.
|
| PolarPoint
Represents a point in polar coordinates: distance and angle from the origin.
|
| SpringLayout
The SpringLayout package represents a visualization of a set of nodes.
|
| SpringLayout.SpringVertexData |
| TreeLayout |
Copyright © 2016. All rights reserved.