Interface MultiSelectionStrategy
-
- All Known Implementing Classes:
MultiSelectionStrategy.Arbitrary
,MultiSelectionStrategy.Rectangular
public interface MultiSelectionStrategy
Supports multiple vertex selection by either a containing Rectangle or a containing arbitrarily drawn shape.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MultiSelectionStrategy.Arbitrary
static class
MultiSelectionStrategy.Rectangular
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MultiSelectionStrategy.Arbitrary
arbitrary()
default void
closeShape()
Shape
getInitialShape(Point2D location)
static MultiSelectionStrategy.Rectangular
rectangular()
Shape
updateShape(Point2D down, Point2D out)
-
-
-
Method Detail
-
closeShape
default void closeShape()
-
rectangular
static MultiSelectionStrategy.Rectangular rectangular()
-
arbitrary
static MultiSelectionStrategy.Arbitrary arbitrary()
-
-