Uses of Class
org.jungrapht.visualization.control.LensRegionSelectingGraphMousePlugin.Builder
-
Packages that use LensRegionSelectingGraphMousePlugin.Builder Package Description org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of LensRegionSelectingGraphMousePlugin.Builder in org.jungrapht.visualization.control
Classes in org.jungrapht.visualization.control with type parameters of type LensRegionSelectingGraphMousePlugin.Builder 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 LensRegionSelectingGraphMousePlugin.Builder Modifier and Type Method Description static <V,E>
LensRegionSelectingGraphMousePlugin.Builder<V,E,?,?>LensRegionSelectingGraphMousePlugin. builder()
Constructors in org.jungrapht.visualization.control with parameters of type LensRegionSelectingGraphMousePlugin.Builder Constructor Description LensRegionSelectingGraphMousePlugin(LensRegionSelectingGraphMousePlugin.Builder<V,E,?,?> builder)
-