Package com.luciad.lucy.addons.print.lightspeed
package com.luciad.lucy.addons.print.lightspeed
Provides the addon that offers printing support for Lightspeed views.
TLcyLspPrintableMapComponentFactory
creates the content that is printed on one or more
pages. TLcyLspPrintPreviewFactory
creates the content of the print preview dialog.
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 TLcyLspPrintAddOn
,
or they can be configured in the config file of the add-on.
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 TLcyLspPrintAddOn
.- Since:
- 2013.0
-
ClassDescriptionFactory for the creation of printable
java.awt.Component
s containing a Lightspeed view.Offers functionality to get a printed version of a Lightspeed map.Represents all that is needed to print, preview, modify, ... a component with a Lightspeed view that can be printed to one or more pages.Factory for the creation of the content of the print preview dialog.