Interface RectangularSelectProvider
public interface RectangularSelectProvider
This interface controls a rectangular select action.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
performSelection
(Rectangle sceneSelection) Called for perfoming a selection specified by a rectangle in scene coordination system.
-
Method Details
-
performSelection
Called for perfoming a selection specified by a rectangle in scene coordination system.- Parameters:
sceneSelection
- the selection rectangle in scene coordination system.
-