Uses of Interface
com.luciad.view.gxy.asynchronous.ILcdGXYAsynchronousPaintQueue
Packages that use ILcdGXYAsynchronousPaintQueue
Package
Description
Provides layer-specific asynchronous painting.
Provides an asynchronous layer wrapper and paint queue implementation that allows
inserting Lightspeed layers into an
ILcdGXYView
.Provides functionality to automatically assign
ILcdGXYAsynchronousPaintQueue
instances
to asynchronous layers
.This package provides functionality to automatically assign
ILcdGXYAsynchronousPaintQueue
instances to asynchronous
layers
.-
Uses of ILcdGXYAsynchronousPaintQueue in com.luciad.view.gxy.asynchronous
Classes in com.luciad.view.gxy.asynchronous that implement ILcdGXYAsynchronousPaintQueueModifier and TypeClassDescriptionclass
A paint queue for multiple views, delegating to several ILcdGXYAsynchronousPaintQueue instances.class
ThisILcdGXYAsynchronousPaintQueue
paints layers asynchronously in a background thread, using off-screen image buffers.Methods in com.luciad.view.gxy.asynchronous that return ILcdGXYAsynchronousPaintQueueModifier and TypeMethodDescriptionILcdGXYAsynchronousLayerWrapper.getGXYAsynchronousPaintQueue()
Returns the paint queue handling the asynchronous paints.TLcdGXYAsynchronousLayerWrapper.getGXYAsynchronousPaintQueue()
TLcdGXYAsynchronousMultiPaintQueue.getGXYAsynchronousPaintQueue
(ILcdGXYView aGXYView) Returns theILcdGXYAsynchronousPaintQueue
that is used to paint asynchronously on the given viewMethods in com.luciad.view.gxy.asynchronous that return types with arguments of type ILcdGXYAsynchronousPaintQueueModifier and TypeMethodDescriptionTLcdGXYAsynchronousMultiPaintQueue.getGXYAsynchronousPaintQueues()
Returns all set ILcdGXYAsynchronousPaintQueue instances.Methods in com.luciad.view.gxy.asynchronous with parameters of type ILcdGXYAsynchronousPaintQueueModifier and TypeMethodDescriptionvoid
ILcdGXYAsynchronousLayerWrapper.setGXYAsynchronousPaintQueue
(ILcdGXYAsynchronousPaintQueue aQueue) Sets the paint queue to delegate asynchronous paint requests to.void
TLcdGXYAsynchronousEditableLabelsLayerWrapper.setGXYAsynchronousPaintQueue
(ILcdGXYAsynchronousPaintQueue aQueue) void
TLcdGXYAsynchronousLayerWrapper.setGXYAsynchronousPaintQueue
(ILcdGXYAsynchronousPaintQueue aQueue) void
TLcdGXYAsynchronousMultiPaintQueue.setGXYAsynchronousPaintQueue
(ILcdGXYView aGXYView, ILcdGXYAsynchronousPaintQueue aQueue) Sets theILcdGXYAsynchronousPaintQueue
that is used to paint asynchronously on the given view.Constructors in com.luciad.view.gxy.asynchronous with parameters of type ILcdGXYAsynchronousPaintQueueModifierConstructorDescriptionTLcdGXYAsynchronousEditableLabelsLayerTreeNodeWrapper
(ILcdGXYEditableLabelsLayer aDecoratedLayer, ILcdGXYAsynchronousPaintQueue aPaintQueue) Creates a layer node decorator that delegates painting to an asynchronous paint queue.TLcdGXYAsynchronousEditableLabelsLayerWrapper
(ILcdGXYEditableLabelsLayer aDecoratedLayer, ILcdGXYAsynchronousPaintQueue aPaintQueue) Creates a layer decorator that delegates painting to an asynchronous paint queue.TLcdGXYAsynchronousLayerTreeNodeWrapper
(ILcdGXYLayer aDecoratedLayer, ILcdGXYAsynchronousPaintQueue aPaintQueue) Creates a layer node decorator that delegates painting to an asynchronous paint queue.TLcdGXYAsynchronousLayerWrapper
(ILcdGXYLayer aDecoratedLayer, ILcdGXYAsynchronousPaintQueue aPaintQueue) Creates a layer decorator that delegates painting to an asynchronous paint queue. -
Uses of ILcdGXYAsynchronousPaintQueue in com.luciad.view.gxy.asynchronous.lightspeed
Classes in com.luciad.view.gxy.asynchronous.lightspeed that implement ILcdGXYAsynchronousPaintQueueModifier and TypeClassDescriptionclass
Deprecated.Lightspeed integration in GXY views is no longer supported.Methods in com.luciad.view.gxy.asynchronous.lightspeed with parameters of type ILcdGXYAsynchronousPaintQueueModifier and TypeMethodDescriptionvoid
TLcdGXYLspAsynchronousLayerWrapper.setGXYAsynchronousPaintQueue
(ILcdGXYAsynchronousPaintQueue aQueue) Deprecated.Constructors in com.luciad.view.gxy.asynchronous.lightspeed with parameters of type ILcdGXYAsynchronousPaintQueueModifierConstructorDescriptionTLcdGXYLspAsynchronousLayerWrapper
(ILcdGXYLayer aDecoratedLayer, ILspLayer aLayer, ILcdGXYAsynchronousPaintQueue aQueue) Deprecated.Creates a layer decorator that delegates painting to an asynchronous paint queue. -
Uses of ILcdGXYAsynchronousPaintQueue in com.luciad.view.gxy.asynchronous.lightspeed.manager
Methods in com.luciad.view.gxy.asynchronous.lightspeed.manager that return ILcdGXYAsynchronousPaintQueueModifier and TypeMethodDescriptionprotected ILcdGXYAsynchronousPaintQueue
TLcdGXYLspAsynchronousPaintQueueManager.createAsynchronousPaintQueue
(TLcdGXYAsynchronousPaintHint aPaintHint, ILcdGXYAsynchronousPaintQueue aPaintQueue) Deprecated.Methods in com.luciad.view.gxy.asynchronous.lightspeed.manager with parameters of type ILcdGXYAsynchronousPaintQueueModifier and TypeMethodDescriptionprotected ILcdGXYAsynchronousPaintQueue
TLcdGXYLspAsynchronousPaintQueueManager.createAsynchronousPaintQueue
(TLcdGXYAsynchronousPaintHint aPaintHint, ILcdGXYAsynchronousPaintQueue aPaintQueue) Deprecated. -
Uses of ILcdGXYAsynchronousPaintQueue in com.luciad.view.gxy.asynchronous.manager
Methods in com.luciad.view.gxy.asynchronous.manager that return ILcdGXYAsynchronousPaintQueueModifier and TypeMethodDescriptionprotected abstract ILcdGXYAsynchronousPaintQueue
ALcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue
(List<ILcdGXYAsynchronousLayerWrapper> aLayers) Factory method to create a newILcdGXYAsynchronousPaintQueue
that will be used byaLayers
.protected ILcdGXYAsynchronousPaintQueue
TLcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue
(TLcdGXYAsynchronousPaintHint aPaintHint, ILcdGXYAsynchronousPaintQueue aPaintQueue) Create anILcdGXYAsynchronousPaintQueue
matching the settings ofaPaintHint
.protected final ILcdGXYAsynchronousPaintQueue
TLcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue
(List<ILcdGXYAsynchronousLayerWrapper> aLayers) Factory method to create a newILcdGXYAsynchronousPaintQueue
that will be used byaLayers
.ALcdGXYAsynchronousPaintQueueManager.PaintBlock.getAsynchronousPaintQueue()
Returns the asynchronous paint queue associated to thisPaintBlock
.Methods in com.luciad.view.gxy.asynchronous.manager with parameters of type ILcdGXYAsynchronousPaintQueueModifier and TypeMethodDescriptionprotected ILcdGXYAsynchronousPaintQueue
TLcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue
(TLcdGXYAsynchronousPaintHint aPaintHint, ILcdGXYAsynchronousPaintQueue aPaintQueue) Create anILcdGXYAsynchronousPaintQueue
matching the settings ofaPaintHint
.ALcdGXYAsynchronousPaintQueueManager.replacePaintBlockSFCT
(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlock, ILcdGXYAsynchronousPaintQueue aPaintQueue)