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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ALfnEnvironmentCreates the LuciadFusion core environment used by this add-on.Gets the LuciadFusion core environment used by this add-on.voidplugInto(ILcyLucyEnv aLucyEnv) Creates and plugs in the add-on's preferences tool.voidunplugFrom(ILcyLucyEnv aLucyEnv) Unplugs the add-on's preferences tool.Methods inherited from class com.luciad.lucy.addons.ALcyPreferencesAddOn
createPreferencesTool, getLongPrefix, getLucyEnv, getPreferences, getPreferencesTool, getShortPrefixMethods 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:ALcyPreferencesAddOnCreates and plugs in the add-on's preferences tool.- Overrides:
plugIntoin classALcyPreferencesAddOn- Parameters:
aLucyEnv- the Lucy environment to plug into- See Also:
-
unplugFrom
Description copied from class:ALcyPreferencesAddOnUnplugs the add-on's preferences tool.- Overrides:
unplugFromin 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
-