Uses of Enum Class
com.luciad.view.lightspeed.editor.TLspBoundsEditor.HandleIdentifier
Packages that use TLspBoundsEditor.HandleIdentifier
Package
Description
Provides support for interactive editing of domain objects in a model.
-
Uses of TLspBoundsEditor.HandleIdentifier in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor that return TLspBoundsEditor.HandleIdentifierModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLspBoundsEditor.HandleIdentifier[]TLspBoundsEditor.HandleIdentifier.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 TLspBoundsEditor.HandleIdentifierModifier and TypeMethodDescriptionprotected ALspEditHandleTLspBoundsEditor.createBoundsResizeHandle(ILcd2DEditableBounds aBounds, TLspEditContext aContext, TLspBoundsEditor.HandleIdentifier aPointID) Creates a handle that allows the user to resize the given bounds object by translating one of its corner points.