Uses of Class
com.luciad.lucy.addons.print.ALcyPrintableMapComponentFactory
Packages that use ALcyPrintableMapComponentFactory
Package
Description
Provides the addon that offers printing support to Lucy.
Provides the addon that offers printing support for Lightspeed views.
-
Uses of ALcyPrintableMapComponentFactory in com.luciad.lucy.addons.print
Subclasses of ALcyPrintableMapComponentFactory in com.luciad.lucy.addons.printModifier and TypeClassDescriptionclass
Factory for the creation of a printable component for someILcyMapComponent
.class
Factory for the creation of printablejava.awt.Component
s. -
Uses of ALcyPrintableMapComponentFactory in com.luciad.lucy.addons.print.lightspeed
Subclasses of ALcyPrintableMapComponentFactory in com.luciad.lucy.addons.print.lightspeedModifier and TypeClassDescriptionclass
Factory for the creation of printablejava.awt.Component
s containing a Lightspeed view.Methods in com.luciad.lucy.addons.print.lightspeed that return ALcyPrintableMapComponentFactoryModifier and TypeMethodDescriptionTLcyLspPrintAddOn.getPrintableComponentFactory()
Returns theALcyPrintableMapComponentFactory
that is used by this addon.Methods in com.luciad.lucy.addons.print.lightspeed with parameters of type ALcyPrintableMapComponentFactoryModifier and TypeMethodDescriptionvoid
TLcyLspPrintAddOn.setPrintableComponentFactory
(ALcyPrintableMapComponentFactory<ILcyLspMapComponent> aPrintableComponentFactory) Sets theALcyPrintableMapComponentFactory
that should be used by this addon.