Skip navigation links
LuciadLightspeed
2023.1.08

Package com.luciad.lucy.addons.print

Provides the addon that offers printing support to Lucy.

See: Description

Package com.luciad.lucy.addons.print Description

Provides the addon that offers printing support to Lucy. TLcyPrintableComponentFactory creates the content that is printed on one or more pages. TLcyPrintPreviewFactory creates the content of the print preview dialog. TLcyPrintAreaCustomizerFactory creates the editor that is shown when the print area is selected on the map.

If any of these components need to be customized, extensions of these factories should be created. These extended factories can either be set to the TLcyPrintAddOn, or they can be configured in the config file of the print addon.

All communication between the components created by those factories is done using a TLcyProperties object. The keys and values that can be expected in this properties object are the constants that end in KEY and VALUE defined in TLcyPrintAddOn.

Skip navigation links
LuciadLightspeed
2023.1.08