Package | Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected EdgeThicknessFunction |
EdgeThicknessToEdgeStrokeFunctionConverter.etf |
Modifier and Type | Method and Description |
---|---|
void |
GraphDraw.setEdgeThicknessFunction(EdgeThicknessFunction etf)
Deprecated.
Modify this property via the renderer instead.
|
Constructor and Description |
---|
EdgeThicknessToEdgeStrokeFunctionConverter(EdgeThicknessFunction etf) |
Modifier and Type | Field and Description |
---|---|
protected EdgeThicknessFunction |
SettableRenderer.edgeThicknessFunction
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SettableRenderer.setEdgeThicknessFunction(EdgeThicknessFunction etf)
Deprecated.
This version takes a function that dynamically chooses an edge thickness.
|