Uses of Class
org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
-
Packages that use VertexSelectingGraphMousePlugin Package Description org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of VertexSelectingGraphMousePlugin in org.jungrapht.visualization.control
Classes in org.jungrapht.visualization.control with type parameters of type VertexSelectingGraphMousePlugin Modifier and Type Class Description static class
VertexSelectingGraphMousePlugin.Builder<V,E,T extends VertexSelectingGraphMousePlugin,B extends VertexSelectingGraphMousePlugin.Builder<V,E,T,B>>
Subclasses of VertexSelectingGraphMousePlugin in org.jungrapht.visualization.control Modifier and Type Class Description 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
-