Uses of Class
com.luciad.lucy.addons.print.ALcyPrintPreviewFactory
Packages that use ALcyPrintPreviewFactory
Package
Description
Provides the addon that offers printing support to Lucy.
Provides the addon that offers printing support for Lightspeed views.
-
Uses of ALcyPrintPreviewFactory in com.luciad.lucy.addons.print
Subclasses of ALcyPrintPreviewFactory in com.luciad.lucy.addons.printModifier and TypeClassDescriptionclass
Factory for the creation of the content of the print preview dialog.Methods in com.luciad.lucy.addons.print that return ALcyPrintPreviewFactoryModifier and TypeMethodDescriptionTLcyPrintAddOn.getPrintPreviewFactory()
Returns theALcyPrintPreviewFactory
that is used by this addon.Methods in com.luciad.lucy.addons.print with parameters of type ALcyPrintPreviewFactoryModifier and TypeMethodDescriptionvoid
TLcyPrintAddOn.setPrintPreviewFactory
(ALcyPrintPreviewFactory aPrintPreviewFactory) Sets theALcyPrintPreviewFactory
that should be used by this addon. -
Uses of ALcyPrintPreviewFactory in com.luciad.lucy.addons.print.lightspeed
Subclasses of ALcyPrintPreviewFactory in com.luciad.lucy.addons.print.lightspeedModifier and TypeClassDescriptionclass
Factory for the creation of the content of the print preview dialog.Methods in com.luciad.lucy.addons.print.lightspeed that return ALcyPrintPreviewFactoryModifier and TypeMethodDescriptionTLcyLspPrintAddOn.getPrintPreviewFactory()
Returns theALcyPrintPreviewFactory
that is used by this addon.Methods in com.luciad.lucy.addons.print.lightspeed with parameters of type ALcyPrintPreviewFactoryModifier and TypeMethodDescriptionvoid
TLcyLspPrintAddOn.setPrintPreviewFactory
(ALcyPrintPreviewFactory<TLcyLspPrintContext> aPrintPreviewFactory) Sets theALcyPrintPreviewFactory
that should be used by this addon.