Uses of Class
org.jungrapht.visualization.control.DefaultModalGraphMouse
-
Packages that use DefaultModalGraphMouse Package Description org.jungrapht.samples.util Sample applications utilitiesorg.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of DefaultModalGraphMouse in org.jungrapht.samples.util
Methods in org.jungrapht.samples.util with parameters of type DefaultModalGraphMouse Modifier and Type Method Description static JComponent
ControlHelpers. getModeControls(String title, DefaultModalGraphMouse graphMouse)
static JComponent
ControlHelpers. getModeControls(DefaultModalGraphMouse graphMouse)
static JComponent
ControlHelpers. getModeRadio(String title, DefaultModalGraphMouse graphMouse)
static JComponent
ControlHelpers. getModeRadio(DefaultModalGraphMouse graphMouse)
-
Uses of DefaultModalGraphMouse in org.jungrapht.visualization.control
Classes in org.jungrapht.visualization.control with type parameters of type DefaultModalGraphMouse Modifier and Type Class Description static class
DefaultModalGraphMouse.Builder<V,E,T extends DefaultModalGraphMouse,B extends DefaultModalGraphMouse.Builder<V,E,T,B>>
Build an instance of a DefaultGraphMouseSubclasses of DefaultModalGraphMouse in org.jungrapht.visualization.control Modifier and Type Class Description 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>
-