Class ALspSelectInput
java.lang.Object
com.luciad.view.lightspeed.controller.selection.ALspSelectInput
- Direct Known Subclasses:
TLspSelectPointInput
,TLspSelectRectangleInput
This is the base class for selection view input.
- Since:
- 2012.0
-
Constructor Summary
ModifierConstructorDescriptionprotected
ALspSelectInput
(Point aLastViewPoint) Constructor for the basis select input. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the view point where selection was triggered.int
hashCode()
-
Constructor Details
-
ALspSelectInput
Constructor for the basis select input.- Parameters:
aLastViewPoint
- the last relevant view point before selection (typically the mouse position etc...)
-
-
Method Details