Uses of Class
com.luciad.lucy.map.asynchronous.ALcyAsynchronousPaintFacade
Packages that use ALcyAsynchronousPaintFacade
Package
Description
Provides asynchronous painting using layer wrappers.
Contains a broad range of classes related to the visual represention of a map.
-
Uses of ALcyAsynchronousPaintFacade in com.luciad.lucy.addons.asynchronouspaint
Methods in com.luciad.lucy.addons.asynchronouspaint that return ALcyAsynchronousPaintFacadeModifier and TypeMethodDescriptionprotected ALcyAsynchronousPaintFacade
TLcyAsynchronousPaintAddOn.createAsynchronousPaintFacade()
Factory method responsible for the creation of theALcyAsynchronousPaintFacade
installed by this add-on -
Uses of ALcyAsynchronousPaintFacade in com.luciad.lucy.map
Methods in com.luciad.lucy.map that return ALcyAsynchronousPaintFacadeModifier and TypeMethodDescriptionTLcyMapManager.getAsynchronousPaintFacade()
Returns the facade that is used for painting layers asynchronously.Methods in com.luciad.lucy.map with parameters of type ALcyAsynchronousPaintFacadeModifier and TypeMethodDescriptionvoid
TLcyMapManager.setAsynchronousPaintFacade
(ALcyAsynchronousPaintFacade aAsynchronousPaintFacade) Sets the facade that is used for painting layers asynchronously.