Uses of Interface
com.luciad.view.lightspeed.editor.snapping.ILspSnapper
Packages that use ILspSnapper
Package
Description
Defines a mechanism for snapping between objects that are being edited.
-
Uses of ILspSnapper in com.luciad.view.lightspeed.editor.snapping
Classes in com.luciad.view.lightspeed.editor.snapping that implement ILspSnapperModifier and TypeClassDescriptionclass
AnILspSnapper
implementation used to snap points to other nearby points.Methods in com.luciad.view.lightspeed.editor.snapping that return ILspSnapperModifier and TypeMethodDescriptionILspSnapperProvider.getSnapper
(AWTEvent aAWTEvent, TLspContext aContext) Returns a snapper for the given AWT event and context.default ILspSnapper
ILspSnapperProvider.getSnapper
(Event aEvent, TLspContext aContext) JavaFX equivalent ofILspSnapperProvider.getSnapper(AWTEvent, TLspContext)
.TLspPointToPointSnapper.getSnapper
(AWTEvent aAWTEvent, TLspContext aContext) TLspPointToPointSnapper.getSnapper
(Event aEvent, TLspContext aContext)