Uses of Enum Class
com.luciad.view.lightspeed.editor.ELspCreationMode
Packages that use ELspCreationMode
Package
Description
Provides support for interactive editing of domain objects in a model.
-
Uses of ELspCreationMode in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor that return ELspCreationModeModifier and TypeMethodDescriptionTLsp2DPointListEditor.getCreationMode()
Returns how the editor behaves during creation.TLspComplexPolygonEditor.getCreationMode()
Returns how the delegate point list editor behaves during creation.TLspCompositeCurveEditor.getCreationMode()
Returns how the default delegate curve editors behave during creation.TLspGeoBufferEditor.getCreationMode()
Returns how the delegate point list editor behaves during creation.TLspShapeEditor.getCreationMode()
Returns how the default delegate editors behave during creation.TLspSurfaceEditor.getCreationMode()
Get the Creation Mode behavior for creating point list surfaces.static ELspCreationMode
Returns the enum constant of this class with the specified name.static ELspCreationMode[]
ELspCreationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.lightspeed.editor with parameters of type ELspCreationModeModifier and TypeMethodDescriptionvoid
TLsp2DPointListEditor.setCreationMode
(ELspCreationMode aCreationMode) Sets how the editor behaves during creationvoid
TLspComplexPolygonEditor.setCreationMode
(ELspCreationMode aCreationMode) Returns how the delegate point list editor behaves during creation.void
TLspCompositeCurveEditor.setCreationMode
(ELspCreationMode aCreationMode) Sets how the default delegate editors curve behaves during creation.void
TLspGeoBufferEditor.setCreationMode
(ELspCreationMode aCreationMode) Returns how the delegate point list editor behaves during creation.void
TLspShapeEditor.setCreationMode
(ELspCreationMode aCreationMode) Sets how the default delegate editors behaves during creation.void
TLspSurfaceEditor.setCreationMode
(ELspCreationMode aCreationMode) Set the Creation Mode behavior for creating point list surfaces.