Package com.luciad.lucy.addons.fusion
Class TLcyFusionCoreAddOn
java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.ALcyPreferencesAddOn
com.luciad.lucy.addons.fusion.TLcyFusionCoreAddOn
Fusion Core add-on.
This add-on creates the LuciadFusion Core Environment (ALfnEnvironment) and makes it available as a service.
- Since:
- 11.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ALfnEnvironment
Creates the LuciadFusion core environment used by this add-on.Gets the LuciadFusion core environment used by this add-on.void
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
-
TLcyFusionCoreAddOn
public TLcyFusionCoreAddOn()Creates a newTLcyFusionCoreAddOn
.
-
-
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:
-
createFusionEnvironment
Creates the LuciadFusion core environment used by this add-on.- Returns:
- the LuciadFusion core environment
-
getFusionEnvironment
Gets the LuciadFusion core environment used by this add-on.- Returns:
- the LuciadFusion core environment
-