Package com.luciad.lucy.addons.vertical
Class ALcyVerticalViewComponentFactory
java.lang.Object
com.luciad.lucy.addons.vertical.ALcyVerticalViewComponentFactory
- Direct Known Subclasses:
TLcyVerticalViewComponentFactory
Extensions of the factory create the vertical view panel for the vertical
view addon.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Component
Creates theComponent
that contains the vertical view and all controls.Returns the lucy env.Returns the vertical view addon associated with this factory.void
setLucyEnv
(ILcyLucyEnv aLucyEnv) Sets the lucy env.void
setVerticalViewAddOn
(TLcyVerticalViewAddOn aVerticalViewAddOn) Sets the vertical view addon associated with this factory.
-
Field Details
-
fLucyEnv
-
fVerticalViewAddOn
-
-
Constructor Details
-
ALcyVerticalViewComponentFactory
public ALcyVerticalViewComponentFactory()
-
-
Method Details
-
getLucyEnv
Returns the lucy env.- Returns:
- the lucy env.
- See Also:
-
setLucyEnv
Sets the lucy env.- Parameters:
aLucyEnv
- The lucy env.- See Also:
-
getVerticalViewAddOn
Returns the vertical view addon associated with this factory.- Returns:
- The vertical view addon associated with this factory.
- See Also:
-
setVerticalViewAddOn
Sets the vertical view addon associated with this factory.- Parameters:
aVerticalViewAddOn
- The vertical view addon.- See Also:
-
createVerticalViewComponent
Creates theComponent
that contains the vertical view and all controls.- Returns:
- A component with the vertical view.
-