Uses of Interface
com.luciad.view.lightspeed.editor.snapping.ILspSnapperProvider
Package
Description
Provides controllers for the manipulation of domain objects in a view.
Provides controller implementations that work with touch input instead of
mouse input.
Defines a mechanism for snapping between objects that are being edited.
-
Uses of ILspSnapperProvider in com.luciad.view.lightspeed.controller.manipulation
Modifier and TypeMethodDescriptionTLspCreateController.getSnapperProvider()
Gets the snapper used by this controller.TLspEditController.getSnapperProvider()
Gets the snapper provider used by this edit controllerModifier and TypeMethodDescriptionvoid
TLspCreateController.setSnapperProvider
(ILspSnapperProvider aSnapperProvider) Sets the snapper used by this controller.void
TLspEditController.setSnapperProvider
(ILspSnapperProvider aSnapperProvider) Sets the snapper provider used by this edit controller -
Uses of ILspSnapperProvider in com.luciad.view.lightspeed.controller.touch
Modifier and TypeMethodDescriptionTLspTouchSelectEditController.getSnapperProvider()
Gets the snapper provider used by this edit controllerModifier and TypeMethodDescriptionvoid
TLspTouchSelectEditController.setSnapperProvider
(ILspSnapperProvider aSnapperProvider) Sets the snapper provider used by this edit controller -
Uses of ILspSnapperProvider in com.luciad.view.lightspeed.editor.snapping
Modifier and TypeClassDescriptionclass
AnILspSnapper
implementation used to snap points to other nearby points.