Package | Description |
---|---|
edu.uci.ics.jung.visualization.control | |
edu.uci.ics.jung.visualization.transform | |
edu.uci.ics.jung.visualization.transform.shape |
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 |
Modifier and Type | Field and Description |
---|---|
protected ModalGraphMouse |
AbstractLensSupport.lensGraphMouse |
Modifier and Type | Method and Description |
---|---|
ModalGraphMouse |
AbstractLensSupport.getGraphMouse() |
ModalGraphMouse |
LensSupport.getGraphMouse() |
Constructor and Description |
---|
AbstractLensSupport(VisualizationViewer vv,
ModalGraphMouse lensGraphMouse)
create the base class, setting common members and creating
a custom GraphMouse
|
LayoutLensSupport(VisualizationViewer vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse)
create the base class, setting common members and creating
a custom GraphMouse
|
Constructor and Description |
---|
ViewLensSupport(VisualizationViewer vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse) |