Class ALspSelectInput

java.lang.Object
com.luciad.view.lightspeed.controller.selection.ALspSelectInput
Direct Known Subclasses:
TLspSelectPointInput, TLspSelectRectangleInput

public abstract class ALspSelectInput extends Object
This is the base class for selection view input.
Since:
2012.0
  • Constructor Details

    • ALspSelectInput

      protected ALspSelectInput(Point aLastViewPoint)
      Constructor for the basis select input.
      Parameters:
      aLastViewPoint - the last relevant view point before selection (typically the mouse position etc...)
  • Method Details

    • getLastViewPoint

      public Point getLastViewPoint()
      Returns the view point where selection was triggered.
      Returns:
      a point in view coordinates.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object