Uses of Class
com.luciad.lucy.addons.print.ALcyPrintableComponentFactory
Packages that use ALcyPrintableComponentFactory
Package
Description
Provides the addon that offers printing support to Lucy.
-
Uses of ALcyPrintableComponentFactory in com.luciad.lucy.addons.print
Subclasses of ALcyPrintableComponentFactory in com.luciad.lucy.addons.printModifier and TypeClassDescriptionclass
Factory for the creation of printablejava.awt.Component
s.Methods in com.luciad.lucy.addons.print that return ALcyPrintableComponentFactoryModifier and TypeMethodDescriptionTLcyPrintAddOn.getPrintableComponentFactory()
Returns theALcyPrintableComponentFactory
that is used by this addon.Methods in com.luciad.lucy.addons.print with parameters of type ALcyPrintableComponentFactoryModifier and TypeMethodDescriptionvoid
TLcyPrintAddOn.setPrintableComponentFactory
(ALcyPrintableComponentFactory aPrintableComponentFactory) Sets theALcyPrintableComponentFactory
that should be used by this addon.