Uses of Class
com.luciad.lucy.addons.vertical.TLcyVerticalViewAddOn
Packages that use TLcyVerticalViewAddOn
Package
Description
Provides the addon that offers vertical (or profile) views of loaded data.
-
Uses of TLcyVerticalViewAddOn in com.luciad.lucy.addons.vertical
Fields in com.luciad.lucy.addons.vertical declared as TLcyVerticalViewAddOnModifier and TypeFieldDescriptionprotected TLcyVerticalViewAddOn
ALcyVerticalViewComponentFactory.fVerticalViewAddOn
Methods in com.luciad.lucy.addons.vertical that return TLcyVerticalViewAddOnModifier and TypeMethodDescriptionALcyVerticalViewComponentFactory.getVerticalViewAddOn()
Returns the vertical view addon associated with this factory.Methods in com.luciad.lucy.addons.vertical with parameters of type TLcyVerticalViewAddOnModifier and TypeMethodDescriptionvoid
ALcyVerticalViewComponentFactory.setVerticalViewAddOn
(TLcyVerticalViewAddOn aVerticalViewAddOn) Sets the vertical view addon associated with this factory.Constructors in com.luciad.lucy.addons.vertical with parameters of type TLcyVerticalViewAddOnModifierConstructorDescriptionTLcyVerticalViewComponentFactory
(TLcyVerticalViewAddOn aVerticalViewAddOn, ILcyLucyEnv aLucyEnv) Creates a newTLcyVerticalViewComponentFactory
for the givenTLcyVerticalViewAddOn
andILcyLucyEnv
.