static class |
AbstractGraphMousePlugin.Selecting |
Deprecated.
|
class |
AbstractPopupGraphMousePlugin |
|
class |
AnimatedPickingGraphMousePlugin<V,E> |
AnimatedPickingGraphMousePlugin supports the picking of one Graph Vertex.
|
class |
EdgeSelectingGraphMousePlugin<V,E> |
EdgeSelectingGraphMousePlugin supports the selecting of graph elements with the mouse.
|
class |
EditingGraphMousePlugin<V,E> |
A plugin that can create vertices, undirected edges, and directed edges using mouse gestures.
|
class |
EditingPopupGraphMousePlugin<V,E> |
a plugin that uses popup menus to create vertices, undirected edges, and directed edges.
|
class |
LabelEditingGraphMousePlugin<V,E> |
|
class |
LensKillingGraphMousePlugin<V,E> |
A subclass of SelectingGraphMousePlugin that will deactivate the lens
|
class |
LensMagnificationGraphMousePlugin |
HyperbolicMagnificationGraphMousePlugin changes the magnification within the Hyperbolic
projection of the HyperbolicTransformer.
|
class |
LensRegionSelectingGraphMousePlugin<V,E> |
A subclass of RegionSelectingGraphMousePlugin that contains methods that are overridden to
account for the Lens effects that are in the view projection
|
class |
LensSelectingGraphMousePlugin<V,E> |
A subclass of SelectingGraphMousePlugin that contains methods that are overridden to account for
the Lens effects that are in the view projection
|
class |
LensTranslatingGraphMousePlugin |
Extends TranslatingGraphMousePlugin and adds the capability to drag and resize the viewing lens
in the graph view.
|
class |
LensVertexSelectingGraphMousePlugin<V,E> |
A subclass of SelectingGraphMousePlugin that contains methods that are overridden to account for
the Lens effects that are in the view projection
|
class |
RegionSelectingGraphMousePlugin<V,E> |
RegionSelectingGraphMousePlugin supports the selecting of graph elements with the mouse.
|
class |
RotatingGraphMousePlugin |
RotatingGraphMouse provides the abiity to rotate the graph using the mouse.
|
class |
SatelliteAnimatedPickingGraphMousePlugin<V,E> |
A version of the AnimatedPickingGraphMousePlugin that is for the SatelliteVisualizationViewer.
|
class |
SatelliteRotatingGraphMousePlugin |
Mouse events in the SatelliteView that match the modifiers will cause the Main view to rotate
|
class |
SatelliteScalingGraphMousePlugin |
Overrides ScalingGraphMousePlugin so that mouse events in the satellite view will cause scaling
in the main view
Using only the mouse wheel, both the X-axis and Y-axis are scaled equally.
|
class |
SatelliteShearingGraphMousePlugin |
Overrides ShearingGraphMousePlugin so that mouse events in the satellite view cause shearing of
the main view
|
class |
SatelliteTranslatingGraphMousePlugin |
Overrides TranslatingGraphMousePlugin so that mouse events in the satellite view cause
translating of the main view
|
class |
ScalingGraphMousePlugin |
ScalingGraphMouse applies a scaling transformation to the graph layout.
|
class |
SelectingGraphMousePlugin<V,E> |
SelectingGraphMousePlugin supports the selecting of graph elements with the mouse.
|
class |
ShearingGraphMousePlugin |
ShearingGraphMousePlugin allows the user to drag with the mouse to shear the transform either in
the horizontal or vertical direction.
|
class |
TranslatingGraphMousePlugin |
TranslatingGraphMousePlugin uses a MouseButtonOne press and drag gesture to translate the graph
display in the x and y direction.
|
class |
VertexSelectingGraphMousePlugin<V,E> |
VertexSelectingGraphMousePlugin supports the selecting of graph vertices with the mouse.
|
class |
ViewTranslatingGraphMousePlugin |
ViewTranslatingGraphMousePlugin uses a MouseButtonOne press and drag gesture to translate the
graph display in the x and y direction by changing the AffineTransform applied to the Graphics2D.
|