Package | Description |
---|---|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
RadiusPickSupport
Simple implementation of PickSupport that returns the vertex or edge
that is closest to the specified location.
|
class |
ShapePickSupport
ShapePickSupport provides access to Vertices and Edges based on
their actual shapes.
|
Modifier and Type | Field and Description |
---|---|
protected PickSupport |
VisualizationViewer.pickSupport
pluggable support for picking graph elements by
finding them based on their coordinates.
|
Modifier and Type | Method and Description |
---|---|
PickSupport |
VisualizationViewer.getPickSupport() |
Modifier and Type | Method and Description |
---|---|
void |
VisualizationViewer.setPickSupport(PickSupport pickSupport) |