Uses of Class
com.luciad.lucy.addons.print.lightspeed.TLcyLspPrintContext
Package
Description
Provides the addon that offers printing support for Lightspeed views.
-
Uses of TLcyLspPrintContext in com.luciad.lucy.addons.print.lightspeed
Modifier and TypeMethodDescriptionTLcyLspPrintAddOn.getPrintPreviewFactory()
Returns theALcyPrintPreviewFactory
that is used by this addon.Modifier and TypeMethodDescriptionprotected ILcdAction
TLcyLspPrintPreviewFactory.createAction
(int aID, TLcyLspPrintContext aPrintContext, ILcdAction aCloseAction) Creates anILcdAction
for the given ID.protected Component
TLcyLspPrintPreviewFactory.createComponent
(int aID, TLcyLspPrintContext aPrintContext, ILcdAction aCloseAction) Creates a widget for the given ID.TLcyLspPrintAddOn.createPageDecorator
(TLcyLspPrintContext aPrintContext) Creates aPrintable
that can be used to decorate each page.protected Component
TLcyLspPrintPreviewFactory.createPanel
(int aID, TLcyLspPrintContext aPrintContext, ILcdAction aCloseAction) Creates a panel for the given ID.TLcyLspPrintAddOn.createPrintPageable
(Pageable aViewPageable, TLcyLspPrintContext aPrintContext) Returns thePageable
that is used for printing (not for preview printing), based on the givenPageable
.TLcyLspPrintPreviewFactory.createPrintPreview
(TLcyLspPrintContext aPrintContext, ILcdAction aCloseAction) This function creates all actions usingTLcyLspPrintPreviewFactory.createAction(int, com.luciad.lucy.addons.print.lightspeed.TLcyLspPrintContext, com.luciad.gui.ILcdAction)
with all ID's ending in_ACTION
.protected Component
TLcyLspPrintPreviewFactory.createPrintPreviewContent
(TLcyLspPrintContext aPrintContext, ILcdAction aCloseAction) Retrieves all panels and lays them out in ajava.awt.Component
.Modifier and TypeMethodDescriptionvoid
TLcyLspPrintAddOn.setPrintPreviewFactory
(ALcyPrintPreviewFactory<TLcyLspPrintContext> aPrintPreviewFactory) Sets theALcyPrintPreviewFactory
that should be used by this addon.