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