Uses of Class
com.luciad.lucy.addons.print.lightspeed.TLcyLspPrintContext
Packages that use TLcyLspPrintContext
Package
Description
Provides the addon that offers printing support for Lightspeed views.
-
Uses of TLcyLspPrintContext in com.luciad.lucy.addons.print.lightspeed
Methods in com.luciad.lucy.addons.print.lightspeed that return types with arguments of type TLcyLspPrintContextModifier and TypeMethodDescriptionTLcyLspPrintAddOn.getPrintPreviewFactory()Returns theALcyPrintPreviewFactorythat is used by this addon.Methods in com.luciad.lucy.addons.print.lightspeed with parameters of type TLcyLspPrintContextModifier and TypeMethodDescriptionprotected ILcdActionTLcyLspPrintPreviewFactory.createAction(int aID, TLcyLspPrintContext aPrintContext, ILcdAction aCloseAction) Creates anILcdActionfor the given ID.protected ComponentTLcyLspPrintPreviewFactory.createComponent(int aID, TLcyLspPrintContext aPrintContext, ILcdAction aCloseAction) Creates a widget for the given ID.TLcyLspPrintAddOn.createPageDecorator(TLcyLspPrintContext aPrintContext) Creates aPrintablethat can be used to decorate each page.protected ComponentTLcyLspPrintPreviewFactory.createPanel(int aID, TLcyLspPrintContext aPrintContext, ILcdAction aCloseAction) Creates a panel for the given ID.TLcyLspPrintAddOn.createPrintPageable(Pageable aViewPageable, TLcyLspPrintContext aPrintContext) Returns thePageablethat 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 ComponentTLcyLspPrintPreviewFactory.createPrintPreviewContent(TLcyLspPrintContext aPrintContext, ILcdAction aCloseAction) Retrieves all panels and lays them out in ajava.awt.Component.Method parameters in com.luciad.lucy.addons.print.lightspeed with type arguments of type TLcyLspPrintContextModifier and TypeMethodDescriptionvoidTLcyLspPrintAddOn.setPrintPreviewFactory(ALcyPrintPreviewFactory<TLcyLspPrintContext> aPrintPreviewFactory) Sets theALcyPrintPreviewFactorythat should be used by this addon.