Uses of Interface
com.luciad.view.lightspeed.editor.snapping.ILspSnapper
Package
Description
Defines a mechanism for snapping between objects that are being edited.
-
Uses of ILspSnapper in com.luciad.view.lightspeed.editor.snapping
Modifier and TypeClassDescriptionclass
AnILspSnapper
implementation used to snap points to other nearby points.Modifier 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)