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 |
ConstantEdgeStrokeFunction |
Modifier and Type | Class and Description |
---|---|
class |
EdgeThicknessToEdgeStrokeFunctionConverter
Converts an
EdgeThicknessFunction into an EdgeStrokeFunction . |
Modifier and Type | Field and Description |
---|---|
protected EdgeStrokeFunction |
PluggableRenderer.edgeStrokeFunction |
Modifier and Type | Method and Description |
---|---|
EdgeStrokeFunction |
PluggableRenderer.getEdgeStrokeFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRenderer.setEdgeStrokeFunction(EdgeStrokeFunction esf)
Sets the
EdgeStrokeFunction that specifies the
Stroke to use when drawing each edge. |
Modifier and Type | Method and Description |
---|---|
EdgeStrokeFunction |
PluggableRendererDecorator.getEdgeStrokeFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setEdgeStrokeFunction(EdgeStrokeFunction esf) |
Modifier and Type | Class and Description |
---|---|
class |
ShortestPathDemo.MyEdgeStrokeFunction |