Package com.luciad.lucy.addons.print
package com.luciad.lucy.addons.print
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
.-
ClassDescriptionFactory for the creation of a printable component for some
ILcyMapComponent
.Creates an AWT component meant for printing the contents of a map.ALcyPrintContext<V extends ILcdView>Represents all that is needed to print, preview, modify, ... a component which can be printed to one or more pages.ALcyPrintPreviewFactory<C extends ALcyPrintContext>Creates the content of the print preview dialog.This object represents a container that holds ajava.awt.Component
(seeTLcyPrintableMapComponent.getComponent()
) that can be printed on one or more pages.Factory for the creation of printablejava.awt.Component
s.TLcyPrintableMapComponent<V extends ILcdView>A container that holds ajava.awt.Component
(seeTLcyPrintableMapComponent.getComponent()
) that can be printed on one or more pages.The print addon offers functionality to get a printed version of a map.Beaninfo for TLcyPrintAddOn.This factory creates theCustomizer
orILcyCustomizerPanel
(the GUI) that allows the user to edit the print area when it is selected.ATLcyPrintContext
represents all that is needed to print, preview, modify, ... a component which can be printed to one or more pages.Factory for the creation of the content of the print preview dialog.