Uses of Interface
com.luciad.view.gxy.asynchronous.ILcdGXYAsynchronousLayerWrapper
Packages that use ILcdGXYAsynchronousLayerWrapper
Package
Description
Provides supporting classes for asynchronous painting.
Provides layer-specific asynchronous painting.
Provides an asynchronous layer wrapper and paint queue implementation that allows
inserting Lightspeed layers into an
ILcdGXYView.This package provides functionality to automatically assign
ILcdGXYAsynchronousPaintQueue
instances to asynchronous
layers.-
Uses of ILcdGXYAsynchronousLayerWrapper in com.luciad.lucy.map.asynchronous
Methods in com.luciad.lucy.map.asynchronous with parameters of type ILcdGXYAsynchronousLayerWrapperModifier and TypeMethodDescriptionTLcyCompositeAsynchronousPaintHintProvider.getPaintHint(ILcdGXYAsynchronousLayerWrapper aLayer) -
Uses of ILcdGXYAsynchronousLayerWrapper in com.luciad.view.gxy.asynchronous
Classes in com.luciad.view.gxy.asynchronous that implement ILcdGXYAsynchronousLayerWrapperModifier and TypeClassDescriptionclassTLcdGXYAsynchronousEditableLabelsLayerWrapperextension forlayer nodes.classImplementation ofILcdGXYAsynchronousLayerWrapperforILcdGXYEditableLabelsLayerinstances, wrapping and protecting the latter interface's state.classTLcdGXYAsynchronousLayerWrapperextension forlayer nodes.classImplementation ofILcdGXYAsynchronousLayerWrapperforILcdGXYLayerinstances, wrapping and protecting the latter interface's state.Methods in com.luciad.view.gxy.asynchronous that return ILcdGXYAsynchronousLayerWrapperModifier and TypeMethodDescriptionILcdGXYAsynchronousLayerWrapper.create(ILcdGXYLayer aLayer) Utility method to wrapaLayerwith a defaultILcdGXYAsynchronousLayerWrapperimplementation.TLcdGXYAsynchronousMultiPaintQueue.getGXYAsynchronousLayerWrapper()Returns the layer for which this paint performs its delegation.TLcdGXYAsynchronousPaintEvent.getLayer()Returns the layer that is or was painted asynchronously.Methods in com.luciad.view.gxy.asynchronous with parameters of type ILcdGXYAsynchronousLayerWrapperModifier and TypeMethodDescriptionILcdGXYAsynchronousPaintQueue.getGXYAsynchronousView(ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) Returns the view on which the asynchronous paint requests are actually executed.TLcdGXYAsynchronousMultiPaintQueue.getGXYAsynchronousView(ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) TLcdGXYAsynchronousPaintQueue.getGXYAsynchronousView(ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) voidILcdGXYAsynchronousPaintQueue.paint(Graphics aGraphics, ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) Paints an image of the painted layers using the given graphics.voidTLcdGXYAsynchronousMultiPaintQueue.paint(Graphics aGraphics, ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) Paints an image of the painted layers using the given graphics.voidTLcdGXYAsynchronousPaintQueue.paint(Graphics aGraphics, ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) Constructors in com.luciad.view.gxy.asynchronous with parameters of type ILcdGXYAsynchronousLayerWrapperModifierConstructorDescriptionCreates a new multi view paint queue for the given layer wrapper.TLcdGXYAsynchronousPaintEvent(Object aSource, int aState, ILcdGXYAsynchronousLayerWrapper aLayer, ILcdGXYView aGXYView) Constructs an event describing a change in asynchronous painting. -
Uses of ILcdGXYAsynchronousLayerWrapper in com.luciad.view.gxy.asynchronous.lightspeed
Classes in com.luciad.view.gxy.asynchronous.lightspeed that implement ILcdGXYAsynchronousLayerWrapperModifier and TypeClassDescriptionclassDeprecated.Lightspeed integration in GXY views is no longer supported.classDeprecated.Lightspeed integration in GXY views is no longer supported.Methods in com.luciad.view.gxy.asynchronous.lightspeed with parameters of type ILcdGXYAsynchronousLayerWrapperModifier and TypeMethodDescriptionTLcdGXYLspAsynchronousPaintQueue.getGXYAsynchronousView(ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) Deprecated.voidTLcdGXYLspAsynchronousPaintQueue.paint(Graphics aGraphics, ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) Deprecated. -
Uses of ILcdGXYAsynchronousLayerWrapper in com.luciad.view.gxy.asynchronous.manager
Methods in com.luciad.view.gxy.asynchronous.manager with parameters of type ILcdGXYAsynchronousLayerWrapperModifier and TypeMethodDescriptionILcdGXYAsynchronousPaintHintProvider.getPaintHint(ILcdGXYAsynchronousLayerWrapper aLayer) Returns theTLcdGXYAsynchronousPaintHintcorresponding to the layeraLayer.Method parameters in com.luciad.view.gxy.asynchronous.manager with type arguments of type ILcdGXYAsynchronousLayerWrapperModifier and TypeMethodDescriptionprotected abstract ILcdGXYAsynchronousPaintQueueALcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue(List<ILcdGXYAsynchronousLayerWrapper> aLayers) Factory method to create a newILcdGXYAsynchronousPaintQueuethat will be used byaLayers.protected final ILcdGXYAsynchronousPaintQueueTLcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue(List<ILcdGXYAsynchronousLayerWrapper> aLayers) Factory method to create a newILcdGXYAsynchronousPaintQueuethat will be used byaLayers.