Uses of Class
com.luciad.view.lightspeed.editor.TLspHandleGeometryType
Packages that use TLspHandleGeometryType
Package
Description
Provides controllers for the manipulation of domain objects in a view.
Provides support for interactive editing of domain objects in a model.
Defines the concept of edit handles and provides a number of implementations that can be used by
editors
.-
Uses of TLspHandleGeometryType in com.luciad.view.lightspeed.controller.manipulation
Methods in com.luciad.view.lightspeed.controller.manipulation with parameters of type TLspHandleGeometryTypeModifier and TypeMethodDescriptionvoid
TLspEditHandleStyler.setStyles
(TLspHandleGeometryType aType, ALspStyle... aStyles) Assigns a set of styles to the given component type.void
TLspEditHandleStyler.setStyles
(TLspHandleGeometryType aType, List<ALspStyle> aStyles) Assigns a set of styles to the given component type. -
Uses of TLspHandleGeometryType in com.luciad.view.lightspeed.editor
Fields in com.luciad.view.lightspeed.editor declared as TLspHandleGeometryTypeModifier and TypeFieldDescriptionstatic final TLspHandleGeometryType
TLspHandleGeometryType.OUTLINE
Represents a highlighted line component of an edit handle.static final TLspHandleGeometryType
TLspHandleGeometryType.POINT
Represents a point component of an edit handle.static final TLspHandleGeometryType
TLspHandleGeometryType.PROJECTED_SHAPE
Represents a visual component of an edit handle that is the projected version (on the terrain) of the shape to which the handle is associated.static final TLspHandleGeometryType
TLspHandleGeometryType.REGULAR_LINE
Represents a regular line component of an edit handle.static final TLspHandleGeometryType
TLspHandleGeometryType.VISUAL_AID_LINE
Represents a visual aid line component of an edit handle. -
Uses of TLspHandleGeometryType in com.luciad.view.lightspeed.editor.handle
Methods in com.luciad.view.lightspeed.editor.handle with parameters of type TLspHandleGeometryTypeModifier and TypeMethodDescriptionALspCreateHandle.getStyleTargetProviders
(TLspHandleGeometryType aType) Returns all style target providers components of the currently active handle and previously used handles.abstract List
<ALspStyleTargetProvider> ALspHandle.getStyleTargetProviders
(TLspHandleGeometryType aType) Returns a style target provider that can generate geometry for the given visual editing component type, or an empty list if no geometry can be generated for the given type.ALspOutlineResizeHandle.getStyleTargetProviders
(TLspHandleGeometryType aType) Returns a style target provider that can generate geometry for the given visual editing component type, or an empty list if no geometry can be generated for the given type.TLspMultiObjectTranslationHandle.getStyleTargetProviders
(TLspHandleGeometryType aType) Returns a style target provider that can generate geometry for the given visual editing component type, or an empty list if no geometry can be generated for the given type.TLspObjectHeightTranslationHandle.getStyleTargetProviders
(TLspHandleGeometryType aType) TLspObjectTranslationHandle.getStyleTargetProviders
(TLspHandleGeometryType aType) TLspPointSetHandle.getStyleTargetProviders
(TLspHandleGeometryType aType) Returns a style target provider that can generate geometry for the given visual editing component type, or an empty list if no geometry can be generated for the given type.TLspPointTranslationHandle.getStyleTargetProviders
(TLspHandleGeometryType aType) Returns a style target provider that can generate geometry for the given visual editing component type, or an empty list if no geometry can be generated for the given type.TLspProjectedObjectTranslationHandle.getStyleTargetProviders
(TLspHandleGeometryType aType) TLspStaticCreateHandle.getStyleTargetProviders
(TLspHandleGeometryType aType)