| Package | Description |
|---|---|
| edu.uci.ics.jung.visualization.decorators |
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
|
| Class and Description |
|---|
| AbstractVertexShapeTransformer |
| EdgeShape.Box
An edge shape that renders as a diamond with its nadir at the
center of the vertex.
|
| EdgeShape.Line
An edge shape that renders as a straight line between
the vertex endpoints.
|
| EdgeShape.Loop
An edge shape that renders as a loop with its nadir at the
center of the vertex.
|
| EdgeShape.Orthogonal
An edge shape that renders as a bent-line between the vertex endpoints.
|
| EdgeShape.QuadCurve
An edge shape that renders as a QuadCurve between vertex
endpoints.
|
| EdgeShape.SimpleLoop
An edge shape that renders as a loop with its nadir at the center of the
vertex.
|
| EdgeShape.Wedge
An edge shape that renders as an isosceles triangle whose
apex is at the destination vertex for directed edges,
and as a "bowtie" shape for undirected edges.
|
| ParallelEdgeShapeTransformer
An abstract class for edge-to-Shape functions that work with parallel edges.
|
| SettableVertexShapeTransformer |
Copyright © 2016. All rights reserved.