Uses of Class
com.luciad.view.lightspeed.controller.manipulation.ALspCreateControllerModel
Package
Description
Provides controllers for the manipulation of domain objects in a view.
This package provides support for measuring distances in a view.
Provides controller implementations that work with touch input instead of
mouse input.
-
Uses of ALspCreateControllerModel in com.luciad.view.lightspeed.controller.manipulation
Modifier and TypeMethodDescriptionTLspCreateController.getControllerModel()
Returns the controller model used by this create controller.ModifierConstructorDescriptionTLspCreateController
(ALspCreateControllerModel aCreateControllerModel) Creates a new TLspCreateController using the provided create controller model, with a default name, short description, icon, an empty context, undo support, which instantly triggers actions, a default cursor location, which does not support touch, does not consume mouse released events and does not stop creation after the next event. -
Uses of ALspCreateControllerModel in com.luciad.view.lightspeed.controller.ruler
ModifierConstructorDescriptionTLspRulerController
(boolean aAddLayerToView, ALspCreateControllerModel aCreateControllerModel) Creates a new ruler controller with the givenALspCreateControllerModel
. -
Uses of ALspCreateControllerModel in com.luciad.view.lightspeed.controller.touch
ModifierConstructorDescriptionTLspTouchCreateController
(ALspCreateControllerModel aCreateControllerModel) Creates a new TLspTouchCreateController using the provided create controller model.