| Class | Description |
|---|---|
| GraphComponent |
Provides a view of a graph, using a
GraphLayoutManager for positions/layout and a VisualGraph for appearance. |
| VisualGraph<G> |
Combines a
GraphLayoutManager and a DelegatingNodeLinkGraphic
to manage a graph and its node locations. |
| WeightedEdgeStyler<E extends com.google.common.graph.EndpointPair> |
Provides an edge styler for changing the appearance of edges in a weighted graph.
|
Copyright © 2009–2019. All rights reserved.