| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantVertexStrokeFunction |
| Modifier and Type | Field and Description |
|---|---|
protected VertexStrokeFunction |
PluggableRenderer.vertexStrokeFunction |
| Modifier and Type | Method and Description |
|---|---|
VertexStrokeFunction |
PluggableRenderer.getVertexStrokeFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
PluggableRenderer.setVertexStrokeFunction(VertexStrokeFunction vsf)
Sets the
VertexStrokeFunction which
specifies the Stroke to use when drawing
each vertex border. |
| Modifier and Type | Method and Description |
|---|---|
VertexStrokeFunction |
PluggableRendererDecorator.getVertexStrokeFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
PluggableRendererDecorator.setVertexStrokeFunction(VertexStrokeFunction vsf) |