Uses of Class
com.luciad.lucy.map.action.lightspeed.TLcyLspCreateControllerActiveSettable
Packages that use TLcyLspCreateControllerActiveSettable
Package
Description
Provides actions that have a relationship with a Lightspeed map.
-
Uses of TLcyLspCreateControllerActiveSettable in com.luciad.lucy.map.action.lightspeed
Methods in com.luciad.lucy.map.action.lightspeed that return TLcyLspCreateControllerActiveSettableModifier and TypeMethodDescriptionTLcyLspCreateControllerActiveSettable.createMouseControllerActiveSettable(ALspCreateControllerModel aCreateControllerModel, ILcyLspMapComponent aLspMapComponent, ILcyLucyEnv aLucyEnv) Factory method to create aTLcyLspCreateControllerActiveSettablewhich allows to create new shapes through interaction with the mouse.TLcyLspCreateControllerActiveSettable.createTouchControllerActiveSettable(ALspCreateControllerModel aCreateControllerModel, ILcyLspMapComponent aLspMapComponent, ILcyLucyEnv aLucyEnv) Factory method to create aTLcyLspCreateControllerActiveSettablewhich allows to create new shapes through touch interaction.TLcyLspCreateControllerActiveSettable.createTouchControllerActiveSettable(ALspCreateControllerModel aCreateControllerModel, ILcyLspMapComponent aLspMapComponent, ALcyProperties aProperties, String aConfigPrefix, ILcyLucyEnv aLucyEnv) Similar tocreateTouchControllerActiveSettable, but this method also adds commit and cancel actions to the action bars when they are configured in the given properties object.