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 ELspCreationModeReturns 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 TypeMethodDescriptionvoidTLsp2DPointListEditor.setCreationMode(ELspCreationMode aCreationMode) Sets how the editor behaves during creationvoidTLspComplexPolygonEditor.setCreationMode(ELspCreationMode aCreationMode) Returns how the delegate point list editor behaves during creation.voidTLspCompositeCurveEditor.setCreationMode(ELspCreationMode aCreationMode) Sets how the default delegate editors curve behaves during creation.voidTLspGeoBufferEditor.setCreationMode(ELspCreationMode aCreationMode) Returns how the delegate point list editor behaves during creation.voidTLspShapeEditor.setCreationMode(ELspCreationMode aCreationMode) Sets how the default delegate editors behaves during creation.voidTLspSurfaceEditor.setCreationMode(ELspCreationMode aCreationMode) Set the Creation Mode behavior for creating point list surfaces.