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
ConstructorsModifierConstructorDescriptionprotectedALspSelectInput(Point aLastViewPoint) Constructor for the basis select input. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the view point where selection was triggered.inthashCode()
-
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