Uses of Interface
com.luciad.view.lightspeed.editor.ILspEditor
Package
Description
This package provides a
layer builder
that can be used for AIXM 3/4 data.This package provides a
layer builder
that can be used for ARINC data.This package provides a
layer builder
that can be used for DAFIF or DAFIFT data.This package provides the
TLcyLspDrawingAddOn
.Provides a custom layer optimized for displaying large static datasets containing points.
Provides support for interactive editing of domain objects in a model.
Handles editors for labels.
Provides layering support for
ILspView
.Provides layering support for density layers.
Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.Provides a custom layer optimized for displaying large static datasets containing points.
Provides layering support for vector layers.
-
Uses of ILspEditor in com.luciad.format.aixm.view.lightspeed
Modifier and TypeMethodDescriptionTLspAIXMLayerBuilder.bodyEditor
(ILspEditor aEditor) Sets the body editor for the layer, alternatively you can useTLspAIXMLayerBuilder.bodyEditable(boolean)
to enable a default editor.TLspAIXMLayerBuilder.labelEditor
(ILspEditor aEditor) Sets a custom label editor for the layer, alternatively you can useTLspAIXMLayerBuilder.labelEditable(boolean)
to enable a default label editor. -
Uses of ILspEditor in com.luciad.format.arinc.view.lightspeed
Modifier and TypeMethodDescriptionTLspARINCLayerBuilder.bodyEditor
(ILspEditor aEditor) Sets the body editor for the layer, alternatively you can useTLspARINCLayerBuilder.bodyEditable(boolean)
to enable a default editor.TLspARINCLayerBuilder.labelEditor
(ILspEditor aEditor) Sets a custom label editor for the layer, alternatively you can useTLspARINCLayerBuilder.labelEditable(boolean)
to enable a default label editor. -
Uses of ILspEditor in com.luciad.format.dafif.lightspeed
Modifier and TypeMethodDescriptionTLspDAFIFLayerBuilder.bodyEditor
(ILspEditor aEditor) Sets the body editor for the layer, alternatively you can useTLspDAFIFLayerBuilder.bodyEditable(boolean)
to enable a default editor.TLspDAFIFLayerBuilder.labelEditor
(ILspEditor aEditor) Sets a custom label editor for the layer, alternatively you can useTLspDAFIFLayerBuilder.labelEditable(boolean)
to enable a default label editor. -
Uses of ILspEditor in com.luciad.lucy.addons.drawing.lightspeed
Modifier and TypeMethodDescriptionabstract ILspEditor
ALcyLspDomainObjectSupplier.createShapeEditor
(TLspPaintRepresentation aPaintRepresentation) Creates the editor for the domain objects of the associatedALcyDomainObjectSupplier
.ALcyLspShapeSupplier.createShapeEditor
(TLspPaintRepresentation aPaintRepresentation) Creates theILspEditor
for the shapes of this supplier instance.TLcyLspSLDDomainObjectSupplier.createShapeEditor
(TLspPaintRepresentation aPaintRepresentation) -
Uses of ILspEditor in com.luciad.realtime.lightspeed.plots
Modifier and TypeMethodDescriptionTLspPlotLayerBuilder.labelEditor
(ILspEditor aEditor) Deprecated. -
Uses of ILspEditor in com.luciad.view.lightspeed.editor
Modifier and TypeClassDescriptionclass
Abstract base class for implementations ofILspEditor
.class
Enables visual editing ofILcd2DEditableShape
objects in anILspView
.class
Enables visual editing ofILcd2DEditablePointList
objects in anILspView
.class
Enables visual editing ofILcd3DEditableArcBand
objects in anILspView
.class
Enables visual editing ofILcd3DEditablePointList
objects in anILspView
.class
Enables visual editing ofILcd2DEditableArcBand
objects in anILspView
.class
Enables visual editing ofILcd2DEditableCircularArcBy3Points
objects in anILspView
.class
Enables visual editing ofILcd2DEditableCircularArcByBulge
objects in anILspView
.class
Enables visual editing ofILcd2DEditableCircularArcByCenterPoint
objects in anILspView
.class
Enables visual editing ofILcd2DEditableArc
objects in anILspView
.class
class
Enables visual editing ofILcd2DEditableCircleBy3Points
objects in anILspView
.class
Enables visual editing ofILcd2DEditableCircle
objects in anILspView
.class
Enables visual editing ofILcdEditableComplexPolygon
objects in anILspView
.class
Enables visual editing ofILcdEditableCompositeCurve
objects in anILspView
.class
Composite editor forILspEditor
objects.class
Enables visual editing ofILcd3DEditableDome
objects in anILspView
.class
Enables visual editing ofILcd2DEditableEllipse
objects in anILspView
.class
Adds editing capabilities for extruded versions of objects.class
class
Enables visual editing ofTLcdLonLatHeightBuffer
objects in anILspView
.class
class
This editor is a composite editor that delegates to all other editors in this package.class
Editor wrapper for editing shapes that are contained in a shape list.class
Enables visual editing ofILcd3DEditableSphere
objects in anILspView
.class
Enables visual editing ofILcdEditableSurface
objects in anILspView
.class
Enables visual editing ofILcd2DEditableText
objects in anILspView
.class
Enables visual editing ofILcd3DEditableVariableGeoBuffer
objects in anILspView
.Modifier and TypeMethodDescriptionTLspExtrudedShapeEditor.getBaseShapeEditor()
Gets the editor that is used to edit or create the base shape of an extruded shape.Modifier and TypeMethodDescriptionTLspCompositeEditor.getEditors()
Gets the list of editors this composite editor delegates to.Modifier and TypeMethodDescriptionvoid
TLspCompositeEditor.addEditor
(ILspEditor aEditor) Adds the given editor to the list of editors.void
TLspCompositeEditor.addEditor
(ILspEditor aEditor, int aIndex) Adds the given editor to the list of editors.void
TLspShapeEditor.addEditor
(ILspEditor aEditor) void
TLspCompositeEditor.removeEditor
(ILspEditor aEditor) Removes the given editor from this composite.ModifierConstructorDescriptionTLspCompositeEditor
(ILspEditor... aEditors) Creates a newTLspCompositeEditor
, composed of the given list of editors.TLspExtrudedShapeEditor
(ILspEditor aBaseEditor) Creates a new extruded shape editor with the given base shape editor.TLspShapeListEditor
(ILspEditor aDelegateEditor) Creates a new shape list editor. -
Uses of ILspEditor in com.luciad.view.lightspeed.editor.label
-
Uses of ILspEditor in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionILspInteractivePaintableLayer.getEditor
(TLspPaintRepresentation aPaintRepresentation) Returns the editor currently associated with the given paint representation, ornull
if no editor is associated.TLspLayer.getEditor
(TLspPaintRepresentation aPaintRepresentation) Modifier and TypeMethodDescriptionTLspLayer.getEditors()
Returns all editors currently registered on this layer.Modifier and TypeMethodDescriptionvoid
TLspLayer.setEditor
(TLspPaintRepresentation aPaintRepresentation, ILspEditor aEditor) Sets the editor for a paint representation. -
Uses of ILspEditor in com.luciad.view.lightspeed.layer.density
Modifier and TypeMethodDescriptionTLspDensityLayerBuilder.labelEditor
(ILspEditor aEditor) Deprecated.Sets a custom label editor for the layer, alternatively you can useTLspDensityLayerBuilder.labelEditable(boolean)
to enable a default label editor. -
Uses of ILspEditor in com.luciad.view.lightspeed.layer.integration.gxy
Modifier and TypeMethodDescriptionTLspGXYLayerAdapter.getEditor
(TLspPaintRepresentation aPaintRepresentation) Deprecated. -
Uses of ILspEditor in com.luciad.view.lightspeed.layer.plots
Modifier and TypeMethodDescriptionTLspPlotLayerBuilder.labelEditor
(ILspEditor aEditor) Sets a custom label editor for the layer, alternatively you can useTLspPlotLayerBuilder.labelEditable(boolean)
to enable a default label editor. -
Uses of ILspEditor in com.luciad.view.lightspeed.layer.shape
Modifier and TypeMethodDescriptionTLspShapeLayerBuilder.bodyEditor
(ILspEditor aEditor) Sets the body editor for the layer, alternatively you can useTLspShapeLayerBuilder.bodyEditable(boolean)
to enable a default editor.TLspShapeLayerBuilder.labelEditor
(ILspEditor aEditor) Sets a custom label editor for the layer, alternatively you can useTLspShapeLayerBuilder.labelEditable(boolean)
to enable a default label editor.