Uses of Class
com.luciad.lucy.addons.print.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
Modifier 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
Modifier and TypeClassDescriptionclass
Factory for the creation of printablejava.awt.Component
s containing a Lightspeed view.Modifier and TypeMethodDescriptionTLcyLspPrintAddOn.getPrintableComponentFactory()
Returns theALcyPrintableMapComponentFactory
that is used by this addon.Modifier and TypeMethodDescriptionvoid
TLcyLspPrintAddOn.setPrintableComponentFactory
(ALcyPrintableMapComponentFactory<ILcyLspMapComponent> aPrintableComponentFactory) Sets theALcyPrintableMapComponentFactory
that should be used by this addon.