| Package | Description |
|---|---|
| edu.uci.ics.jung.visualization |
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
|
| edu.uci.ics.jung.visualization.decorators |
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
|
| edu.uci.ics.jung.visualization.picking |
Visualization mechanisms for supporting the selection of graph elements.
|
| edu.uci.ics.jung.visualization.renderers |
Visualization mechanisms relating to rendering.
|
| Class and Description |
|---|
| PickedState
An interface for classes that keep track of the "picked" state
of edges or vertices.
|
| Class and Description |
|---|
| PickedInfo
An interface for classes that return information regarding whether a
given graph element (vertex or edge) has been selected.
|
| Class and Description |
|---|
| AbstractPickedState
An abstract class to support ItemEvents for PickedState
|
| PickedInfo
An interface for classes that return information regarding whether a
given graph element (vertex or edge) has been selected.
|
| PickedState
An interface for classes that keep track of the "picked" state
of edges or vertices.
|
| ShapePickSupport
A
GraphElementAccessor that returns elements whose Shape
contains the specified pick point or region. |
| ShapePickSupport.Style
The available picking heuristics:
Style.CENTERED: returns the element whose
center is closest to the pick point. |
| Class and Description |
|---|
| PickedState
An interface for classes that keep track of the "picked" state
of edges or vertices.
|
Copyright © 2016. All rights reserved.