Class AbstractGraphMouse.Builder<T extends AbstractGraphMouse,B extends AbstractGraphMouse.Builder<T,B>>
- java.lang.Object
-
- org.jungrapht.visualization.control.AbstractGraphMouse.Builder<T,B>
-
- Type Parameters:
T
- GraphMouse typeB
- Builder type
- Direct Known Subclasses:
AbstractModalGraphMouse.Builder
,DefaultGraphMouse.Builder
- Enclosing class:
- AbstractGraphMouse
public abstract static class AbstractGraphMouse.Builder<T extends AbstractGraphMouse,B extends AbstractGraphMouse.Builder<T,B>> extends Object
Configure an instance of an AbstractGraphMouse
-
-
Field Summary
Fields Modifier and Type Field Description protected int
addToSelectionMask
protected float
in
protected float
out
protected int
selectionMask
protected boolean
vertexSelectionOnly
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract T
build()
B
in(float in)
B
out(float out)
B
self()
B
vertexSelectionOnly(boolean vertexSelectionOnly)
-