Uses of Class
com.luciad.view.lightspeed.editor.snapping.TLspSnapperGeometryType
Packages that use TLspSnapperGeometryType
Package
Description
Defines a mechanism for snapping between objects that are being edited.
-
Uses of TLspSnapperGeometryType in com.luciad.view.lightspeed.editor.snapping
Fields in com.luciad.view.lightspeed.editor.snapping declared as TLspSnapperGeometryTypeModifier and TypeFieldDescriptionstatic final TLspSnapperGeometryType
TLspSnapperGeometryType.POINT
Represents a point snapping targetMethods in com.luciad.view.lightspeed.editor.snapping that return types with arguments of type TLspSnapperGeometryTypeModifier and TypeMethodDescriptionTLspSnapOperation.getSnapperVisualComponentTypes()
Returns a collection of registered snapper visual components types.Methods in com.luciad.view.lightspeed.editor.snapping with parameters of type TLspSnapperGeometryTypeModifier and TypeMethodDescriptionTLspSnapOperation.getStyleTargetProviders
(TLspSnapperGeometryType aType) Returns a style target provider for the given snapper visual component type.ILspSnapperVisualComponent.retrieveStyleTargetProvider
(TLspSnapperGeometryType aType) Returns a style target provider for the givenTLspHandleGeometryType
.void
TLspSnapperStyler.setStyles
(TLspSnapperGeometryType aType, List<ALspStyle> aStyles) Assigns a set of styles to the given component type.Constructor parameters in com.luciad.view.lightspeed.editor.snapping with type arguments of type TLspSnapperGeometryTypeModifierConstructorDescriptionTLspSnapOperation
(List<TLspEditOperation> aEditOperationList, Map<TLspSnapperGeometryType, Collection<ALspStyleTargetProvider>> aVisualComponentsMap) Constructs a newTLspSnapOperation