Class MultiSelectionStrategy.Rectangular
- java.lang.Object
-
- org.jungrapht.visualization.control.MultiSelectionStrategy.Rectangular
-
- All Implemented Interfaces:
MultiSelectionStrategy
- Enclosing interface:
- MultiSelectionStrategy
public static class MultiSelectionStrategy.Rectangular 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 Rectangular()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shape
getInitialShape(Point2D location)
Shape
updateShape(Point2D down, Point2D out)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jungrapht.visualization.control.MultiSelectionStrategy
closeShape
-
-
-
-
Method Detail
-
getInitialShape
public Shape getInitialShape(Point2D location)
- Specified by:
getInitialShape
in interfaceMultiSelectionStrategy
-
updateShape
public Shape updateShape(Point2D down, Point2D out)
- Specified by:
updateShape
in interfaceMultiSelectionStrategy
-
-