Uses of Class
com.luciad.lucy.addons.print.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
Modifier and TypeClassDescriptionclass
Factory for the creation of the content of the print preview dialog.Modifier and TypeMethodDescriptionTLcyPrintAddOn.getPrintPreviewFactory()
Returns theALcyPrintPreviewFactory
that is used by this addon.Modifier 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
Modifier and TypeClassDescriptionclass
Factory for the creation of the content of the print preview dialog.Modifier and TypeMethodDescriptionTLcyLspPrintAddOn.getPrintPreviewFactory()
Returns theALcyPrintPreviewFactory
that is used by this addon.Modifier and TypeMethodDescriptionvoid
TLcyLspPrintAddOn.setPrintPreviewFactory
(ALcyPrintPreviewFactory<TLcyLspPrintContext> aPrintPreviewFactory) Sets theALcyPrintPreviewFactory
that should be used by this addon.