Class MultiSelectionStrategy.Arbitrary
- java.lang.Object
-
- org.jungrapht.visualization.control.MultiSelectionStrategy.Arbitrary
-
- All Implemented Interfaces:
MultiSelectionStrategy
- Enclosing interface:
- MultiSelectionStrategy
public static class MultiSelectionStrategy.Arbitrary extends Object implements MultiSelectionStrategy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jungrapht.visualization.control.MultiSelectionStrategy
MultiSelectionStrategy.Arbitrary, MultiSelectionStrategy.Rectangular
-
-
Constructor Summary
Constructors Constructor Description Arbitrary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closeShape()
Shape
getInitialShape(Point2D location)
Shape
updateShape(Point2D down, Point2D out)
-
-
-
Method Detail
-
getInitialShape
public Shape getInitialShape(Point2D location)
- Specified by:
getInitialShape
in interfaceMultiSelectionStrategy
-
closeShape
public void closeShape()
- Specified by:
closeShape
in interfaceMultiSelectionStrategy
-
updateShape
public Shape updateShape(Point2D down, Point2D out)
- Specified by:
updateShape
in interfaceMultiSelectionStrategy
-
-