| Package | Description |
|---|---|
| edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
| edu.uci.ics.jung.visualization.control | |
| edu.uci.ics.jung.visualization.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleGraphMouse
SimpleGraphMouse is the original GraphMouse class that was
nested in VisualizationViewer and installed as a listener
for mouse events and mouse motion events.
|
protected class |
VisualizationViewer.GraphMouseImpl
this is the original GraphMouse class, renamed to use GraphMouse as the interface name,
and updated to correctly apply the vv transform to the point point
|
class |
ZoomPanGraphMouse
ZoomPanGraphMouse is a PluggableGraphMouse class that includes
zoom via the mouse wheel, and pan via a mouse drag
|
| Modifier and Type | Field and Description |
|---|---|
protected VisualizationViewer.GraphMouse |
VisualizationViewer.graphMouse
provides MouseListener, MouseMotionListener, and MouseWheelListener
events to the graph
|
| Modifier and Type | Method and Description |
|---|---|
VisualizationViewer.GraphMouse |
VisualizationViewer.getGraphMouse() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisualizationViewer.setGraphMouse(VisualizationViewer.GraphMouse graphMouse)
a setter for the GraphMouse.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModalGraphMouse
Interface for a GraphMouse that supports modality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModalGraphMouse
AbstractModalGraphMouse is a PluggableGraphMouse class that
manages a collection of plugins for picking and
transforming the graph.
|
class |
DefaultModalGraphMouse
DefaultModalGraphMouse is a PluggableGraphMouse class that
pre-installs a large collection of plugins for picking and
transforming the graph.
|
class |
EditingModalGraphMouse |
class |
ModalLensGraphMouse
an implementation of the AbstractModalGraphMouse that includes plugins for
manipulating a view that is using a LensTransformer.
|
class |
ModalSatelliteGraphMouse |
class |
PluggableGraphMouse
a GraphMouse that accepts plugins for various mouse events.
|
| Modifier and Type | Field and Description |
|---|---|
protected VisualizationViewer.GraphMouse |
AbstractLensSupport.graphMouse |