Package | Description |
---|---|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphDraw
Deprecated.
As of version 1.7, use
VisualizationViewer directly instead. |
Modifier and Type | Field and Description |
---|---|
protected StatusCallback |
DefaultVisualizationModel.statusCallback
a callback called during relaxer iteration
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultVisualizationModel.setTextCallback(StatusCallback scb) |
void |
VisualizationModel.setTextCallback(StatusCallback scb)
set a callback to be called during the relaxer iteration
|
void |
VisualizationViewer.setTextCallback(StatusCallback scb)
convenience pass-thru to model
|