Class TLspSelectRectangleInput
java.lang.Object
com.luciad.view.lightspeed.controller.selection.ALspSelectInput
com.luciad.view.lightspeed.controller.selection.TLspSelectRectangleInput
Implementation of
ALspSelectInput that describes rectangle based input. All objects
interacting with the rectangle should be selected.- Since:
- 2012.0
-
Constructor Summary
ConstructorsConstructorDescriptionTLspSelectRectangleInput(Point aLastViewPoint, Rectangle aRectangle) Constructs a newTLspSelectRectangleInputwith the passed view point and rectangle. -
Method Summary
Methods inherited from class com.luciad.view.lightspeed.controller.selection.ALspSelectInput
getLastViewPoint
-
Constructor Details
-
TLspSelectRectangleInput
Constructs a newTLspSelectRectangleInputwith the passed view point and rectangle.- Parameters:
aLastViewPoint- the last relevant view point before selection (typically the mouse position etc...)aRectangle- the selection rectangle
-
-
Method Details
-
getRectangle
Returns the selection rectangle.- Returns:
- a rectangle in view space
-
equals
- Overrides:
equalsin classALspSelectInput
-
hashCode
public int hashCode()- Overrides:
hashCodein classALspSelectInput
-
toString
-