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 newTLspSelectRectangleInput
with the passed view point and rectangle. -
Method Summary
Methods inherited from class com.luciad.view.lightspeed.controller.selection.ALspSelectInput
getLastViewPoint
-
Constructor Details
-
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
-