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
ConstructorDescriptionTLspSelectRectangleInput
(Point aLastViewPoint, Rectangle aRectangle) Constructs a newTLspSelectRectangleInput
with 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 newTLspSelectRectangleInput
with 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:
equals
in classALspSelectInput
-
hashCode
public int hashCode()- Overrides:
hashCode
in classALspSelectInput
-
toString
-