Uses of Class
com.luciad.view.lightspeed.controller.ALspController
Packages that use ALspController
Package
Description
Provides support for handling user interaction on an
ILspView.Provides controllers for the manipulation of domain objects in a view.
Provides controls for navigation in a Lightspeed view.
This package provides support for measuring distances in a view.
Provides functionality for selection of domain objects in a view.
Provides controller implementations that work with touch input instead of
mouse input.
Provides functionality for visually inspecting layers.
-
Uses of ALspController in com.luciad.view.lightspeed.controller
Subclasses of ALspController in com.luciad.view.lightspeed.controllerModifier and TypeClassDescriptionclassBase class for a controller that triggers instances ofILcdActionwhen receiving certain input events.classThis controller will execute a given action based onMOUSE_CLICKEDevents.classA chainable controller that performs certain actions based on keyboard interaction. -
Uses of ALspController in com.luciad.view.lightspeed.controller.manipulation
Subclasses of ALspController in com.luciad.view.lightspeed.controller.manipulationModifier and TypeClassDescriptionclassController that interactively creates new objects and inserts them into a layer on the view.classController that edits existing object on the view.classThis controller provides the option of showing ajava.awt.Componentwhen the mouse moves over a label. -
Uses of ALspController in com.luciad.view.lightspeed.controller.ruler
Subclasses of ALspController in com.luciad.view.lightspeed.controller.rulerModifier and TypeClassDescriptionclassA controller that allows to measure distances on the map. -
Uses of ALspController in com.luciad.view.lightspeed.controller.selection
Subclasses of ALspController in com.luciad.view.lightspeed.controller.selectionModifier and TypeClassDescriptionclassController that allows the user to select domain objects in the view using the mouse. -
Uses of ALspController in com.luciad.view.lightspeed.controller.touch
Subclasses of ALspController in com.luciad.view.lightspeed.controller.touchModifier and TypeClassDescriptionclassExtension ofALspTouchControllerconfining the number of handled touch points based on a minimum and maximum.classExtension ofALspControllerforTLcdTouchEventinstances.classThis controller allows you to trigger actions based on the occurrence of a touch and hold.classTouch enabled version of theTLspCreateController.classTouch controller to navigate on a 2D or 3D map.classCombines the select and edit controller for touch based input. -
Uses of ALspController in com.luciad.view.lightspeed.controller.visualinspection
Subclasses of ALspController in com.luciad.view.lightspeed.controller.visualinspectionModifier and TypeClassDescriptionclassMouse controller that allows to visually compare multiple collections of layers by quickly toggling their visibility.classMouse controller that allows to zoom in on a part of the view.classMouse controller that allows to visually compare two sets of layers by exposing one set of layers through a porthole in the other set.classMouse controller that allows to visually comparing two sets of layers by displaying them on either side of a swipe line.