Uses of Class
com.luciad.lucy.util.TLcyProperties
Package
Description
Provides the addon that offers printing support to Lucy.
Provides the addon that offers printing support for Lightspeed views.
-
Uses of TLcyProperties in com.luciad.lucy.addons.print
Modifier and TypeMethodDescriptionprotected TLcyProperties
TLcyPrintAddOn.createDefaultProperties
(ILcyMapComponent aMapComponent) This method is used by theTLcyPrintAddOn.getProperties(ILcyMapComponent)
method to retrieve the properties for a certain map component the first time printing is triggered for that map component.ALcyPrintContext.getProperties()
Get the properties object for this printable component.TLcyPrintAddOn.getProperties
(ILcyMapComponent aMapComponent) Returns theTLcyProperties
for the given map component.Modifier and TypeMethodDescriptionprotected Component
TLcyPrintableComponentFactory.createComponent
(int aID, ILcyMapComponent aMapComponent, TLcyProperties aProperties) Creates ajava.awt.Component
for the given ID.protected ILcdGXYView
TLcyPrintableComponentFactory.createGXYView
(int aID, ILcyMapComponent aMapComponent, TLcyProperties aProperties) Creates anILcdGXYView
for the given ID.abstract TLcyGXYViewPrintableComponent
ALcyPrintableComponentFactory.createPrintableComponent
(ILcyMapComponent aMapComponent, TLcyProperties aProperties) Creates a printable component for the givenILcyMapComponent
.abstract TLcyPrintableMapComponent
ALcyPrintableMapComponentFactory.createPrintableComponent
(M aMapComponent, TLcyProperties aProperties) Creates a printable component for the givenILcyMapComponent
.TLcyPrintableComponentFactory.createPrintableComponent
(ILcyMapComponent aMapComponent, TLcyProperties aProperties) This function will first create all internal components usingcreateGXYView
andcreateComponent
.protected Component
TLcyPrintableComponentFactory.createPrintableComponentContent
(ILcyMapComponent aMapComponent, TLcyProperties aProperties) Creates the content of theTLcyGXYViewPrintableComponent
.void
TLcyPrintAddOn.performQuickPrint
(TLcyProperties aProperties, ILcyMapComponent aMapComponent) Trigger the print action foraMapComponent
withaProperties
containing all desired settings.ModifierConstructorDescriptionprotected
ALcyPrintContext
(V aView, TLcyProperties aProperties) Creates a new print context for the given view and properties.
Instances of this object should only be created internally by the print add-ons. -
Uses of TLcyProperties in com.luciad.lucy.addons.print.lightspeed
Modifier and TypeMethodDescriptionprotected TLcyProperties
TLcyLspPrintAddOn.createDefaultProperties
(ILcyLspMapComponent aMapComponent) This method is used by theTLcyLspPrintAddOn.getProperties(ILcyLspMapComponent)
method to retrieve the properties for a certain map component the first time printing is triggered for that map component.TLcyLspPrintAddOn.getProperties
(ILcyLspMapComponent aMapComponent) Returns theTLcyProperties
for the given map component.Modifier and TypeMethodDescriptionprotected Component
TLcyLspPrintableMapComponentFactory.createComponent
(int aID, ILcyLspMapComponent aMapComponent, TLcyProperties aProperties) Creates ajava.awt.Component
for the given ID.TLcyLspPrintableMapComponentFactory.createPrintableComponent
(ILcyLspMapComponent aMapComponent, TLcyProperties aProperties) This function will first create all internal components usingcreateView
andcreateComponent
.protected Component
TLcyLspPrintableMapComponentFactory.createPrintableComponentContent
(ILcyLspMapComponent aMapComponent, TLcyProperties aProperties) Creates the content of theTLcyPrintableMapComponent
.protected ILcdView
TLcyLspPrintableMapComponentFactory.createView
(int aID, ILcyLspMapComponent aMapComponent, TLcyProperties aProperties) Creates anILcdView
for the given ID.void
TLcyLspPrintAddOn.performQuickPrint
(TLcyProperties aProperties, ILcyLspMapComponent aMapComponent) Trigger the print action foraMapComponent
withaProperties
containing all desired settings.