Uses of Class
com.luciad.lucy.addons.print.TLcyPrintableMapComponent
Package
Description
Provides the addon that offers printing support to Lucy.
Provides the addon that offers printing support for Lightspeed views.
-
Uses of TLcyPrintableMapComponent in com.luciad.lucy.addons.print
Modifier and TypeClassDescriptionclass
This object represents a container that holds ajava.awt.Component
(seegetComponent()
) that can be printed on one or more pages.Modifier and TypeMethodDescriptionabstract TLcyPrintableMapComponent
ALcyPrintableMapComponentFactory.createPrintableComponent
(M aMapComponent, TLcyProperties aProperties) Creates a printable component for the givenILcyMapComponent
. -
Uses of TLcyPrintableMapComponent in com.luciad.lucy.addons.print.lightspeed
Modifier and TypeMethodDescriptionTLcyLspPrintableMapComponentFactory.createPrintableComponent
(ILcyLspMapComponent aMapComponent, TLcyProperties aProperties) This function will first create all internal components usingcreateView
andcreateComponent
.TLcyLspPrintContext.getPrintableComponent()
Returns the printable component that represents the content of the pages.