Uses of Interface
com.luciad.view.lightspeed.editor.ILspEditor
Packages that use 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
Methods in com.luciad.format.aixm.view.lightspeed with parameters of type ILspEditorModifier 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
Methods in com.luciad.format.arinc.view.lightspeed with parameters of type ILspEditorModifier 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
Methods in com.luciad.format.dafif.lightspeed with parameters of type ILspEditorModifier 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
Methods in com.luciad.lucy.addons.drawing.lightspeed that return ILspEditorModifier and TypeMethodDescriptionabstract ILspEditorALcyLspDomainObjectSupplier.createShapeEditor(TLspPaintRepresentation aPaintRepresentation) Creates the editor for the domain objects of the associatedALcyDomainObjectSupplier.ALcyLspShapeSupplier.createShapeEditor(TLspPaintRepresentation aPaintRepresentation) Creates theILspEditorfor the shapes of this supplier instance.TLcyLspSLDDomainObjectSupplier.createShapeEditor(TLspPaintRepresentation aPaintRepresentation) -
Uses of ILspEditor in com.luciad.realtime.lightspeed.plots
Methods in com.luciad.realtime.lightspeed.plots with parameters of type ILspEditorModifier and TypeMethodDescriptionTLspPlotLayerBuilder.labelEditor(ILspEditor aEditor) Deprecated. -
Uses of ILspEditor in com.luciad.view.lightspeed.editor
Classes in com.luciad.view.lightspeed.editor that implement ILspEditorModifier and TypeClassDescriptionclassAbstract base class for implementations ofILspEditor.classEnables visual editing ofILcd2DEditableShapeobjects in anILspView.classEnables visual editing ofILcd2DEditablePointListobjects in anILspView.classEnables visual editing ofILcd3DEditableArcBandobjects in anILspView.classEnables visual editing ofILcd3DEditablePointListobjects in anILspView.classEnables visual editing ofILcd2DEditableArcBandobjects in anILspView.classEnables visual editing ofILcd2DEditableCircularArcBy3Pointsobjects in anILspView.classEnables visual editing ofILcd2DEditableCircularArcByBulgeobjects in anILspView.classEnables visual editing ofILcd2DEditableCircularArcByCenterPointobjects in anILspView.classEnables visual editing ofILcd2DEditableArcobjects in anILspView.classclassEnables visual editing ofILcd2DEditableCircleBy3Pointsobjects in anILspView.classEnables visual editing ofILcd2DEditableCircleobjects in anILspView.classEnables visual editing ofILcdEditableComplexPolygonobjects in anILspView.classEnables visual editing ofILcdEditableCompositeCurveobjects in anILspView.classComposite editor forILspEditorobjects.classEnables visual editing ofILcd3DEditableDomeobjects in anILspView.classEnables visual editing ofILcd2DEditableEllipseobjects in anILspView.classAdds editing capabilities for extruded versions of objects.classclassEnables visual editing ofTLcdLonLatHeightBufferobjects in anILspView.classclassThis editor is a composite editor that delegates to all other editors in this package.classEditor wrapper for editing shapes that are contained in a shape list.classEnables visual editing ofILcd3DEditableSphereobjects in anILspView.classEnables visual editing ofILcdEditableSurfaceobjects in anILspView.classEnables visual editing ofILcd2DEditableTextobjects in anILspView.classEnables visual editing ofILcd3DEditableVariableGeoBufferobjects in anILspView.Methods in com.luciad.view.lightspeed.editor that return ILspEditorModifier and TypeMethodDescriptionTLspExtrudedShapeEditor.getBaseShapeEditor()Gets the editor that is used to edit or create the base shape of an extruded shape.Methods in com.luciad.view.lightspeed.editor that return types with arguments of type ILspEditorModifier and TypeMethodDescriptionTLspCompositeEditor.getEditors()Gets the list of editors this composite editor delegates to.Methods in com.luciad.view.lightspeed.editor with parameters of type ILspEditorModifier and TypeMethodDescriptionvoidTLspCompositeEditor.addEditor(ILspEditor aEditor) Adds the given editor to the list of editors.voidTLspCompositeEditor.addEditor(ILspEditor aEditor, int aIndex) Adds the given editor to the list of editors.voidTLspShapeEditor.addEditor(ILspEditor aEditor) voidTLspCompositeEditor.removeEditor(ILspEditor aEditor) Removes the given editor from this composite.Constructors in com.luciad.view.lightspeed.editor with parameters of type ILspEditorModifierConstructorDescriptionTLspCompositeEditor(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
Classes in com.luciad.view.lightspeed.editor.label that implement ILspEditor -
Uses of ILspEditor in com.luciad.view.lightspeed.layer
Methods in com.luciad.view.lightspeed.layer that return ILspEditorModifier and TypeMethodDescriptionILspInteractivePaintableLayer.getEditor(TLspPaintRepresentation aPaintRepresentation) Returns the editor currently associated with the given paint representation, ornullif no editor is associated.TLspLayer.getEditor(TLspPaintRepresentation aPaintRepresentation) Methods in com.luciad.view.lightspeed.layer that return types with arguments of type ILspEditorModifier and TypeMethodDescriptionTLspLayer.getEditors()Returns all editors currently registered on this layer.Methods in com.luciad.view.lightspeed.layer with parameters of type ILspEditorModifier and TypeMethodDescriptionvoidTLspLayer.setEditor(TLspPaintRepresentation aPaintRepresentation, ILspEditor aEditor) Sets the editor for a paint representation. -
Uses of ILspEditor in com.luciad.view.lightspeed.layer.density
Methods in com.luciad.view.lightspeed.layer.density with parameters of type ILspEditorModifier 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
Methods in com.luciad.view.lightspeed.layer.integration.gxy that return ILspEditorModifier and TypeMethodDescriptionTLspGXYLayerAdapter.getEditor(TLspPaintRepresentation aPaintRepresentation) Deprecated. -
Uses of ILspEditor in com.luciad.view.lightspeed.layer.plots
Methods in com.luciad.view.lightspeed.layer.plots with parameters of type ILspEditorModifier 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
Methods in com.luciad.view.lightspeed.layer.shape with parameters of type ILspEditorModifier 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.