Uses of Interface
com.luciad.view.lightspeed.editor.snapping.ILspSnapperProvider
Packages that use 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
Methods in com.luciad.view.lightspeed.controller.manipulation that return ILspSnapperProviderModifier and TypeMethodDescriptionTLspCreateController.getSnapperProvider()Gets the snapper used by this controller.TLspEditController.getSnapperProvider()Gets the snapper provider used by this edit controllerMethods in com.luciad.view.lightspeed.controller.manipulation with parameters of type ILspSnapperProviderModifier and TypeMethodDescriptionvoidTLspCreateController.setSnapperProvider(ILspSnapperProvider aSnapperProvider) Sets the snapper used by this controller.voidTLspEditController.setSnapperProvider(ILspSnapperProvider aSnapperProvider) Sets the snapper provider used by this edit controller -
Uses of ILspSnapperProvider in com.luciad.view.lightspeed.controller.touch
Methods in com.luciad.view.lightspeed.controller.touch that return ILspSnapperProviderModifier and TypeMethodDescriptionTLspTouchSelectEditController.getSnapperProvider()Gets the snapper provider used by this edit controllerMethods in com.luciad.view.lightspeed.controller.touch with parameters of type ILspSnapperProviderModifier and TypeMethodDescriptionvoidTLspTouchSelectEditController.setSnapperProvider(ILspSnapperProvider aSnapperProvider) Sets the snapper provider used by this edit controller -
Uses of ILspSnapperProvider in com.luciad.view.lightspeed.editor.snapping
Classes in com.luciad.view.lightspeed.editor.snapping that implement ILspSnapperProviderModifier and TypeClassDescriptionclassAnILspSnapperimplementation used to snap points to other nearby points.