Uses of Class
com.luciad.lucy.util.TLcyProperties
Packages that use 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
Methods in com.luciad.lucy.addons.print that return TLcyPropertiesModifier and TypeMethodDescriptionprotected TLcyPropertiesTLcyPrintAddOn.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 theTLcyPropertiesfor the given map component.Methods in com.luciad.lucy.addons.print with parameters of type TLcyPropertiesModifier and TypeMethodDescriptionprotected ComponentTLcyPrintableComponentFactory.createComponent(int aID, ILcyMapComponent aMapComponent, TLcyProperties aProperties) Creates ajava.awt.Componentfor the given ID.protected ILcdGXYViewTLcyPrintableComponentFactory.createGXYView(int aID, ILcyMapComponent aMapComponent, TLcyProperties aProperties) Creates anILcdGXYViewfor the given ID.abstract TLcyGXYViewPrintableComponentALcyPrintableComponentFactory.createPrintableComponent(ILcyMapComponent aMapComponent, TLcyProperties aProperties) Creates a printable component for the givenILcyMapComponent.abstract TLcyPrintableMapComponentALcyPrintableMapComponentFactory.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 usingcreateGXYViewandcreateComponent.protected ComponentTLcyPrintableComponentFactory.createPrintableComponentContent(ILcyMapComponent aMapComponent, TLcyProperties aProperties) Creates the content of theTLcyGXYViewPrintableComponent.voidTLcyPrintAddOn.performQuickPrint(TLcyProperties aProperties, ILcyMapComponent aMapComponent) Trigger the print action foraMapComponentwithaPropertiescontaining all desired settings.Constructors in com.luciad.lucy.addons.print with parameters of type TLcyPropertiesModifierConstructorDescriptionprotectedALcyPrintContext(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
Methods in com.luciad.lucy.addons.print.lightspeed that return TLcyPropertiesModifier and TypeMethodDescriptionprotected TLcyPropertiesTLcyLspPrintAddOn.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 theTLcyPropertiesfor the given map component.Methods in com.luciad.lucy.addons.print.lightspeed with parameters of type TLcyPropertiesModifier and TypeMethodDescriptionprotected ComponentTLcyLspPrintableMapComponentFactory.createComponent(int aID, ILcyLspMapComponent aMapComponent, TLcyProperties aProperties) Creates ajava.awt.Componentfor the given ID.TLcyLspPrintableMapComponentFactory.createPrintableComponent(ILcyLspMapComponent aMapComponent, TLcyProperties aProperties) This function will first create all internal components usingcreateViewandcreateComponent.protected ComponentTLcyLspPrintableMapComponentFactory.createPrintableComponentContent(ILcyLspMapComponent aMapComponent, TLcyProperties aProperties) Creates the content of theTLcyPrintableMapComponent.protected ILcdViewTLcyLspPrintableMapComponentFactory.createView(int aID, ILcyLspMapComponent aMapComponent, TLcyProperties aProperties) Creates anILcdViewfor the given ID.voidTLcyLspPrintAddOn.performQuickPrint(TLcyProperties aProperties, ILcyLspMapComponent aMapComponent) Trigger the print action foraMapComponentwithaPropertiescontaining all desired settings.