| Package | Description |
|---|---|
| edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPickedState
An abstract class to support ItemEvents for PickedState
|
class |
MultiPickedState
Maintains the state of what has been 'picked' in the graph.
|
| Modifier and Type | Field and Description |
|---|---|
protected PickedState |
VisualizationViewer.pickedState
holds the state of which elements of the graph are
currently 'picked'
|
| Modifier and Type | Method and Description |
|---|---|
PickedState |
VisualizationViewer.getPickedState() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisualizationViewer.setPickedState(PickedState pickedState) |