Uses of Class
org.jungrapht.visualization.control.AbstractGraphMouse
-
Packages that use AbstractGraphMouse Package Description org.jungrapht.visualization.annotations Classes which support creating visual annotations for graphs.org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of AbstractGraphMouse in org.jungrapht.visualization.annotations
Subclasses of AbstractGraphMouse in org.jungrapht.visualization.annotations Modifier and Type Class Description class
AnnotatingModalGraphMouse<V,E>
a graph mouse that supplies an annotations mode -
Uses of AbstractGraphMouse in org.jungrapht.visualization.control
Classes in org.jungrapht.visualization.control with type parameters of type AbstractGraphMouse Modifier and Type Class Description static class
AbstractGraphMouse.Builder<T extends AbstractGraphMouse,B extends AbstractGraphMouse.Builder<T,B>>
Configure an instance of an AbstractGraphMouseSubclasses of AbstractGraphMouse in org.jungrapht.visualization.control Modifier and Type Class Description class
AbstractModalGraphMouse
AbstractModalGraphMouse is a PluggableGraphMouse class that manages a collection of plugins for picking and transforming the graph.class
DefaultGraphMouse<V,E>
The DefaultGraphMouse does not have 'transforming/selecting' modes.class
DefaultLensGraphMouse<V,E>
an implementation of the PluggableGraphMouse that includes plugins for manipulating a view that is using a LensTransformer.class
DefaultModalGraphMouse<V,E>
DefaultModalGraphMouse is a GraphMouse class that pre-installs a large collection of plugins for picking and transforming the graph.class
DefaultSatelliteGraphMouse<V,E>
A Satellite version of theDefaultGraphMouse
.class
EditingModalGraphMouse<V,E>
class
ModalLensGraphMouse<V,E>
an implementation of the AbstractModalGraphMouse that includes plugins for manipulating a view that is using a LensTransformer.class
ModalSatelliteGraphMouse<V,E>
-