| 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.graphdraw |
Provides support classes for the
GraphDraw mechanism: generalized functions so users can tweak variables freely when creating with EdgeDraw. |
| edu.uci.ics.jung.visualization.transform.shape |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantEdgeColorFunction
Deprecated.
Replaced by ConstantEdgePaintFunction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphDraw.setEdgeColorFunction(EdgeColorFunction ecf)
Deprecated.
Modify this property via the renderer instead.
|
void |
PluggableRenderer.setEdgeColorFunction(EdgeColorFunction ecf)
Deprecated.
Use setEdgePaintFunction instead
|
| Constructor and Description |
|---|
EdgeColorToEdgePaintFunctionConverter(EdgeColorFunction ecf)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected EdgeColorFunction |
SettableRenderer.edgeColorFunction
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SettableRenderer.setEdgeColorFunction(EdgeColorFunction ecf)
Deprecated.
Edges are drawn by calling EdgeColorFunction with the edge, to
decide how it is to be drawn.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluggableRendererDecorator.setEdgeColorFunction(EdgeColorFunction ecf) |