Uses of Class
com.luciad.lucy.addons.print.TLcyPrintContext
Packages that use TLcyPrintContext
Package
Description
Provides the addon that offers printing support to Lucy.
-
Uses of TLcyPrintContext in com.luciad.lucy.addons.print
Methods in com.luciad.lucy.addons.print with parameters of type TLcyPrintContextModifier and TypeMethodDescriptionprotected ILcdActionTLcyPrintPreviewFactory.createAction(int aID, TLcyPrintContext aPrintContext, ILcdAction aCloseAction) Creates anILcdActionfor the given ID.protected ComponentTLcyPrintPreviewFactory.createComponent(int aID, TLcyPrintContext aPrintContext, ILcdAction aCloseAction) Creates a widget for the given ID.TLcyPrintAddOn.createPageDecorator(TLcyPrintContext aPrintContext) Creates aPrintablethat can be used to decorate each page.protected ILcyCustomizerPanelTLcyPrintAreaCustomizerFactory.createPanel(int aID, TLcyPrintContext aPrintContext) Creates aILcyCustomizerPanelfor the given ID.protected ComponentTLcyPrintPreviewFactory.createPanel(int aID, TLcyPrintContext aPrintContext, ILcdAction aCloseAction) Creates a panel for the given ID.protected ILcyCustomizerPanelTLcyPrintAreaCustomizerFactory.createPrintAreaCustomizerPanel(TLcyPrintContext aPrintContext, TLcyDomainObjectContext aContext) Creates theILcyCustomizerPanelthat can modify the attributes of the print area (area that can be drawn on the map to exactly define what needs to be printed), by offering a user interface that allows modifying the properties stored in the given aPrintContext (seeALcyPrintContext.getProperties()).protected ILcyCustomizerPanelTLcyPrintAreaCustomizerFactory.createPrintAreaCustomizerPanelContent(TLcyPrintContext aPrintContext, TLcyDomainObjectContext aContext) Retrieves allILcyCustomizerPanels and lays them out in one bigILcyCustomizerPanel.protected CustomizerTLcyPrintAreaCustomizerFactory.createPrintContextCustomizer(TLcyPrintContext aPrintContext, Object aObject, ILcdModel aModel, ILcdGXYView aGXYView) Deprecated.TLcyPrintAddOn.createPrintPageable(Pageable aViewPageable, TLcyPrintContext aPrintContext) Returns thePageablethat is used for printing (not for preview printing), based on the givenPageable.TLcyPrintPreviewFactory.createPrintPreview(TLcyPrintContext aPrintContext, ILcdAction aCloseAction) This function creates all actions usingTLcyPrintPreviewFactory.createAction(int, com.luciad.lucy.addons.print.TLcyPrintContext, com.luciad.gui.ILcdAction)with all ID's ending in_ACTION.protected ComponentTLcyPrintPreviewFactory.createPrintPreviewContent(TLcyPrintContext aPrintContext, ILcdAction aCloseAction) Retrieves all panels and lays them out in ajava.awt.Component.
ILcyCustomizerPanelFactoryinstead.