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