Class TLspSelectRectangleInput

java.lang.Object
com.luciad.view.lightspeed.controller.selection.ALspSelectInput
com.luciad.view.lightspeed.controller.selection.TLspSelectRectangleInput

public class TLspSelectRectangleInput extends ALspSelectInput
Implementation of ALspSelectInput that describes rectangle based input. All objects interacting with the rectangle should be selected.
Since:
2012.0
  • Constructor Details

    • TLspSelectRectangleInput

      public TLspSelectRectangleInput(Point aLastViewPoint, Rectangle aRectangle)
      Constructs a new TLspSelectRectangleInput 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