Uses of Class
org.jungrapht.visualization.control.SelectingGraphMousePlugin.Builder
-
Packages that use SelectingGraphMousePlugin.Builder Package Description org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of SelectingGraphMousePlugin.Builder in org.jungrapht.visualization.control
Classes in org.jungrapht.visualization.control with type parameters of type SelectingGraphMousePlugin.Builder Modifier and Type Class Description static class
SelectingGraphMousePlugin.Builder<V,E,T extends SelectingGraphMousePlugin,B extends SelectingGraphMousePlugin.Builder<V,E,T,B>>
Subclasses of SelectingGraphMousePlugin.Builder in org.jungrapht.visualization.control Modifier and Type Class Description static class
LensSelectingGraphMousePlugin.Builder<V,E,T extends LensSelectingGraphMousePlugin,B extends LensSelectingGraphMousePlugin.Builder<V,E,T,B>>
Methods in org.jungrapht.visualization.control that return SelectingGraphMousePlugin.Builder Modifier and Type Method Description static <V,E>
SelectingGraphMousePlugin.Builder<V,E,?,?>SelectingGraphMousePlugin. builder()
Constructors in org.jungrapht.visualization.control with parameters of type SelectingGraphMousePlugin.Builder Constructor Description SelectingGraphMousePlugin(SelectingGraphMousePlugin.Builder<V,E,?,?> builder)
-