Package | Description |
---|---|
edu.uci.ics.jung.graph.decorators |
Provides mechanisms for annotating nodes consistently with useful information.
|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
samples.graph |
Provides sample graph code that may be of interest.
|
Modifier and Type | Class and Description |
---|---|
class |
GradientEdgePaintFunction
Creates
GradientPaint instances which can be used
to paint an Edge . |
class |
PickableEdgePaintFunction
Paints each edge according to the
Paint
parameters given in the constructor, so that picked and
non-picked edges can be made to look different. |
Modifier and Type | Class and Description |
---|---|
class |
EdgeColorToEdgePaintFunctionConverter
Deprecated.
This utility class converts an EdgeColorFunction into an EdgePaintFunction
|
Modifier and Type | Class and Description |
---|---|
class |
PluggableRendererDemo.GradientPickedEdgePaintFunction |
class |
ShortestPathDemo.MyEdgePaintFunction |