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