Uses of Class
com.luciad.view.lightspeed.editor.ALspCreateEditorModel
Package
Description
Provides support for interactive editing of domain objects in a model.
-
Uses of ALspCreateEditorModel in com.luciad.view.lightspeed.editor
Modifier and TypeClassDescriptionclass
DefaultALspCreateEditorModel
implementation that has support for creating circular arcs by bulge, circular arc by 3 points, and polylines.Modifier 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.Modifier and TypeMethodDescriptionvoid
TLspShapeEditor.setCompositeCurveCreateModel
(ALspCreateEditorModel<ILcdCurve> aShapeCreateEditorModel) Sets the sub-shape create model to be used with composite shape creation.void
TLspCompositeCurveEditor.setCurveCreateEditorModel
(ALspCreateEditorModel<ILcdCurve> aCurveCreateEditorModel) Sets the create model that is used to create new instances of the curves in a composite curve.ModifierConstructorDescriptionTLspCompositeCurveEditor
(ALspCreateEditorModel<ILcdCurve> aCurveCreateEditorModel) Creates a composite curve editor with the given curve create model.