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 |
DirectionalEdgeArrowFunction
Returns wedge arrows for undirected edges and notched arrows
for directed edges, of the specified dimensions.
|
Modifier and Type | Field and Description |
---|---|
protected EdgeArrowFunction |
PluggableRenderer.edgeArrowFunction |
Modifier and Type | Method and Description |
---|---|
EdgeArrowFunction |
PluggableRenderer.getEdgeArrowFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRenderer.setEdgeArrowFunction(EdgeArrowFunction eaf)
Sets the
EdgeArrowFunction that specifies the
Shape of the arrowheads for each edge. |
Modifier and Type | Method and Description |
---|---|
EdgeArrowFunction |
PluggableRendererDecorator.getEdgeArrowFunction() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setEdgeArrowFunction(EdgeArrowFunction eaf) |