Class TLcyLspRadarVideoStyleCustomizerAddOn
java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.ALcyPreferencesAddOn
com.luciad.lucy.addons.radarvideostyle.lightspeed.TLcyLspRadarVideoStyleCustomizerAddOn
This add-on adds support to the TLcyLspLayerCustomizerAddOn
for editing the properties of a
TLspRadarVideoStyle
in the layer properties panel.
This is done by registering an ILcyCustomizerPanelFactory
as service for
TLcyLspCustomizableStyleContext
instances containing a TLspRadarVideoStyle
. For instance, layers
constructed by a TLspRadarVideoLayerBuilder
have a ILspCustomizableStyler
that uses such
a TLspRadarVideoStyle
Consult the TLcyLspLayerCustomizerAddOn
class javadoc and the Lucy developer guide for more information
on how the layer properties panels are constructed.
- Since:
- 2018.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
plugInto
(ILcyLucyEnv aLucyEnv) Creates and plugs in the add-on's preferences tool.void
unplugFrom
(ILcyLucyEnv aLucyEnv) Unplugs the add-on's preferences tool.Methods inherited from class com.luciad.lucy.addons.ALcyPreferencesAddOn
createPreferencesTool, getLongPrefix, getLucyEnv, getPreferences, getPreferencesTool, getShortPrefix
Methods inherited from class com.luciad.lucy.addons.ALcyAddOn
getConfigSourceName, getDisplayName, setConfigSourceName, setDisplayName
-
Constructor Details
-
TLcyLspRadarVideoStyleCustomizerAddOn
public TLcyLspRadarVideoStyleCustomizerAddOn()Default constructor
-
-
Method Details
-
plugInto
Description copied from class:ALcyPreferencesAddOn
Creates and plugs in the add-on's preferences tool.- Overrides:
plugInto
in classALcyPreferencesAddOn
- Parameters:
aLucyEnv
- the Lucy environment to plug into- See Also:
-
unplugFrom
Description copied from class:ALcyPreferencesAddOn
Unplugs the add-on's preferences tool.- Overrides:
unplugFrom
in classALcyPreferencesAddOn
- Parameters:
aLucyEnv
- the Lucy environment- See Also:
-