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.
|
edu.uci.ics.jung.visualization.transform.shape | |
samples.graph |
Provides sample graph code that may be of interest.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEdgePaintFunction
An implementation of
EdgePaintFunction that is appropriate for
edge shapes that are not filled, such as lines or curves. |
class |
ConstantEdgePaintFunction
Provides the same
Paint for any specified edge. |
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 | Field and Description |
---|---|
protected EdgePaintFunction |
PluggableRenderer.edgePaintFunction |
Modifier and Type | Method and Description |
---|---|
EdgePaintFunction |
PluggableRenderer.getEdgePaintFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRenderer.setEdgePaintFunction(EdgePaintFunction impl) |
Modifier and Type | Method and Description |
---|---|
EdgePaintFunction |
PluggableRendererDecorator.getEdgePaintFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setEdgePaintFunction(EdgePaintFunction impl) |
Modifier and Type | Class and Description |
---|---|
class |
PluggableRendererDemo.GradientPickedEdgePaintFunction |
class |
ShortestPathDemo.MyEdgePaintFunction |
Constructor and Description |
---|
PluggableRendererDemo.GradientPickedEdgePaintFunction(EdgePaintFunction defaultEdgePaintFunction,
HasGraphLayout vv,
LayoutTransformer transformer,
PickedInfo pi) |