Class LensSelectingGraphMousePlugin.Builder<V,E,T extends LensSelectingGraphMousePlugin,B extends LensSelectingGraphMousePlugin.Builder<V,E,T,B>>
- java.lang.Object
-
- org.jungrapht.visualization.control.SelectingGraphMousePlugin.Builder<V,E,T,B>
-
- org.jungrapht.visualization.control.LensSelectingGraphMousePlugin.Builder<V,E,T,B>
-
- Enclosing class:
- LensSelectingGraphMousePlugin<V,E>
public static class LensSelectingGraphMousePlugin.Builder<V,E,T extends LensSelectingGraphMousePlugin,B extends LensSelectingGraphMousePlugin.Builder<V,E,T,B>> extends SelectingGraphMousePlugin.Builder<V,E,T,B>
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.control.SelectingGraphMousePlugin.Builder
addSingleSelectionMask, singleSelectionMask
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
build()
-
Methods inherited from class org.jungrapht.visualization.control.SelectingGraphMousePlugin.Builder
addSingleSelectionMask, self, singleSelectionMask
-
-
-
-
Method Detail
-
build
public T build()
- Overrides:
build
in classSelectingGraphMousePlugin.Builder<V,E,T extends LensSelectingGraphMousePlugin,B extends LensSelectingGraphMousePlugin.Builder<V,E,T,B>>
-
-