Package | Description |
---|---|
edu.uci.ics.jung.samples |
Sample applications created using JUNG, largely focused on visualization.
|
edu.uci.ics.jung.visualization.decorators |
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
|
Class and Description |
---|
DefaultVertexIconTransformer
A simple, stateful VertexIconFunction.
|
GradientEdgePaintTransformer
Creates
GradientPaint instances which can be used
to paint an Edge . |
VertexIconShapeTransformer
A default implementation that stores images in a Map keyed on the
vertex.
|
Class and Description |
---|
AbstractEdgeShapeTransformer
An interface for decorators that return a
Shape for a specified edge. |
AbstractVertexShapeTransformer |
EdgeShape.Box
An edge shape that renders as a loop with its nadir at the
center of the vertex.
|
EdgeShape.IndexedRendering |
EdgeShape.Loop
An edge shape that renders as a loop with its nadir at the
center of the vertex.
|
EdgeShape.SimpleLoop
An edge shape that renders as a loop with its nadir at the center of the
vertex.
|
SettableVertexShapeTransformer |
Copyright © 2015. All rights reserved.