Class LensVertexSelectingGraphMousePlugin.Builder<V,E,T extends LensVertexSelectingGraphMousePlugin,B extends LensVertexSelectingGraphMousePlugin.Builder<V,E,T,B>>
- java.lang.Object
-
- org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin.Builder<V,E,T,B>
-
- org.jungrapht.visualization.control.LensVertexSelectingGraphMousePlugin.Builder<V,E,T,B>
-
- Enclosing class:
- LensVertexSelectingGraphMousePlugin<V,E>
public static class LensVertexSelectingGraphMousePlugin.Builder<V,E,T extends LensVertexSelectingGraphMousePlugin,B extends LensVertexSelectingGraphMousePlugin.Builder<V,E,T,B>> extends VertexSelectingGraphMousePlugin.Builder<V,E,T,B>
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin.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.VertexSelectingGraphMousePlugin.Builder
addSingleSelectionMask, self, singleSelectionMask
-
-
-
-
Method Detail
-
build
public T build()
- Overrides:
build
in classVertexSelectingGraphMousePlugin.Builder<V,E,T extends LensVertexSelectingGraphMousePlugin,B extends LensVertexSelectingGraphMousePlugin.Builder<V,E,T,B>>
-
-