Uses of Class
com.luciad.view.lightspeed.editor.ALspCreateEditorModel
Packages that use ALspCreateEditorModel
Package
Description
Provides support for interactive editing of domain objects in a model.
-
Uses of ALspCreateEditorModel in com.luciad.view.lightspeed.editor
Subclasses of ALspCreateEditorModel in com.luciad.view.lightspeed.editorModifier and TypeClassDescriptionclassDefaultALspCreateEditorModelimplementation that has support for creating circular arcs by bulge, circular arc by 3 points, and polylines.Methods in com.luciad.view.lightspeed.editor that return ALspCreateEditorModelModifier and TypeMethodDescriptionTLspShapeEditor.getCompositeCurveCreateModel()Gets the sub-shape create model to be used with composite curve creation.TLspCompositeCurveEditor.getCurveCreateEditorModel()Gets the create model that is used to create new instances of the curves in a composite curve.Methods in com.luciad.view.lightspeed.editor with parameters of type ALspCreateEditorModelModifier and TypeMethodDescriptionvoidTLspShapeEditor.setCompositeCurveCreateModel(ALspCreateEditorModel<ILcdCurve> aShapeCreateEditorModel) Sets the sub-shape create model to be used with composite shape creation.voidTLspCompositeCurveEditor.setCurveCreateEditorModel(ALspCreateEditorModel<ILcdCurve> aCurveCreateEditorModel) Sets the create model that is used to create new instances of the curves in a composite curve.Constructors in com.luciad.view.lightspeed.editor with parameters of type ALspCreateEditorModelModifierConstructorDescriptionTLspCompositeCurveEditor(ALspCreateEditorModel<ILcdCurve> aCurveCreateEditorModel) Creates a composite curve editor with the given curve create model.