Package | Description |
---|---|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PickSupport
Interface to adapt coordinate-based selection of graph components
to their display component
|
Modifier and Type | Class and Description |
---|---|
class |
RadiusGraphElementAccessor
Simple implementation of PickSupport that returns the vertex or edge
that is closest to the specified location.
|
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 GraphElementAccessor |
ISOMLayout.elementAccessor |