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 TypeClassDescriptionclassA paint queue for multiple views, delegating to several ILcdGXYAsynchronousPaintQueue instances.classThisILcdGXYAsynchronousPaintQueuepaints 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 theILcdGXYAsynchronousPaintQueuethat 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 TypeMethodDescriptionvoidILcdGXYAsynchronousLayerWrapper.setGXYAsynchronousPaintQueue(ILcdGXYAsynchronousPaintQueue aQueue) Sets the paint queue to delegate asynchronous paint requests to.voidTLcdGXYAsynchronousEditableLabelsLayerWrapper.setGXYAsynchronousPaintQueue(ILcdGXYAsynchronousPaintQueue aQueue) voidTLcdGXYAsynchronousLayerWrapper.setGXYAsynchronousPaintQueue(ILcdGXYAsynchronousPaintQueue aQueue) voidTLcdGXYAsynchronousMultiPaintQueue.setGXYAsynchronousPaintQueue(ILcdGXYView aGXYView, ILcdGXYAsynchronousPaintQueue aQueue) Sets theILcdGXYAsynchronousPaintQueuethat 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 TypeClassDescriptionclassDeprecated.Lightspeed integration in GXY views is no longer supported.Methods in com.luciad.view.gxy.asynchronous.lightspeed with parameters of type ILcdGXYAsynchronousPaintQueueModifier and TypeMethodDescriptionvoidTLcdGXYLspAsynchronousLayerWrapper.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 ILcdGXYAsynchronousPaintQueueTLcdGXYLspAsynchronousPaintQueueManager.createAsynchronousPaintQueue(TLcdGXYAsynchronousPaintHint aPaintHint, ILcdGXYAsynchronousPaintQueue aPaintQueue) Deprecated.Methods in com.luciad.view.gxy.asynchronous.lightspeed.manager with parameters of type ILcdGXYAsynchronousPaintQueueModifier and TypeMethodDescriptionprotected ILcdGXYAsynchronousPaintQueueTLcdGXYLspAsynchronousPaintQueueManager.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 ILcdGXYAsynchronousPaintQueueALcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue(List<ILcdGXYAsynchronousLayerWrapper> aLayers) Factory method to create a newILcdGXYAsynchronousPaintQueuethat will be used byaLayers.protected ILcdGXYAsynchronousPaintQueueTLcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue(TLcdGXYAsynchronousPaintHint aPaintHint, ILcdGXYAsynchronousPaintQueue aPaintQueue) Create anILcdGXYAsynchronousPaintQueuematching the settings ofaPaintHint.protected final ILcdGXYAsynchronousPaintQueueTLcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue(List<ILcdGXYAsynchronousLayerWrapper> aLayers) Factory method to create a newILcdGXYAsynchronousPaintQueuethat 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 ILcdGXYAsynchronousPaintQueueTLcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue(TLcdGXYAsynchronousPaintHint aPaintHint, ILcdGXYAsynchronousPaintQueue aPaintQueue) Create anILcdGXYAsynchronousPaintQueuematching the settings ofaPaintHint.ALcdGXYAsynchronousPaintQueueManager.replacePaintBlockSFCT(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlock, ILcdGXYAsynchronousPaintQueue aPaintQueue)