Uses of Class
com.luciad.view.gxy.asynchronous.manager.ALcdGXYAsynchronousPaintQueueManager.PaintBlock
Packages that use ALcdGXYAsynchronousPaintQueueManager.PaintBlock
Package
Description
This package provides functionality to automatically assign
ILcdGXYAsynchronousPaintQueue
instances to asynchronous
layers
.-
Uses of ALcdGXYAsynchronousPaintQueueManager.PaintBlock in com.luciad.view.gxy.asynchronous.manager
Methods in com.luciad.view.gxy.asynchronous.manager that return ALcdGXYAsynchronousPaintQueueManager.PaintBlockModifier and TypeMethodDescriptionALcdGXYAsynchronousPaintQueueManager.getPaintBlock
(ILcdGXYLayer aLayer) Returns thePaintBlock
containingaLayer
.ALcdGXYAsynchronousPaintQueueManager.replacePaintBlockSFCT
(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlock, ILcdGXYAsynchronousPaintQueue aPaintQueue) ALcdGXYAsynchronousPaintQueueManager.splitPaintBlockSFCT
(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlockToSplitSFCT, int aFirstBlockSize) SplitaPaintBlockToSplitSFCT
in two separatePaintBlock
instances: the existingPaintBlock
containing the firstaFirstBlockSize
originalILcdGXYLayer
s, and a newPaintBlock
containing all remainingILcdGXYLayer
s.Methods in com.luciad.view.gxy.asynchronous.manager that return types with arguments of type ALcdGXYAsynchronousPaintQueueManager.PaintBlockModifier and TypeMethodDescriptionALcdGXYAsynchronousPaintQueueManager.getPaintBlocks()
Returns an ordered, unmodifiableList
of allPaintBlock
instances.Methods in com.luciad.view.gxy.asynchronous.manager with parameters of type ALcdGXYAsynchronousPaintQueueManager.PaintBlockModifier and TypeMethodDescriptionboolean
ALcdGXYAsynchronousPaintQueueManager.canMergePaintBlocks
(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlock, ALcdGXYAsynchronousPaintQueueManager.PaintBlock aAdjacentPaintBlock) Utility method to verify the prerequisites listed in themergePaintBlocks
method.final boolean
TLcdGXYAsynchronousPaintQueueManager.canMergePaintBlocks
(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlock, ALcdGXYAsynchronousPaintQueueManager.PaintBlock aAdjacentPaintBlock) Utility method to verify the prerequisites listed in themergePaintBlocks
method.final void
ALcdGXYAsynchronousPaintQueueManager.mergePaintBlocksSFCT
(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlockSFCT, ALcdGXYAsynchronousPaintQueueManager.PaintBlock aAdjacentPaintBlock) Merge the layers ofaPaintBlockSFCT
andaAdjacentPaintBlock
intoaPaintBlockSFCT
.ALcdGXYAsynchronousPaintQueueManager.replacePaintBlockSFCT
(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlock, ILcdGXYAsynchronousPaintQueue aPaintQueue) ALcdGXYAsynchronousPaintQueueManager.splitPaintBlockSFCT
(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlockToSplitSFCT, int aFirstBlockSize) SplitaPaintBlockToSplitSFCT
in two separatePaintBlock
instances: the existingPaintBlock
containing the firstaFirstBlockSize
originalILcdGXYLayer
s, and a newPaintBlock
containing all remainingILcdGXYLayer
s.Method parameters in com.luciad.view.gxy.asynchronous.manager with type arguments of type ALcdGXYAsynchronousPaintQueueManager.PaintBlockModifier and TypeMethodDescriptionabstract void
ALcdGXYAsynchronousPaintQueueManager.evaluateModifiedPaintBlocks
(List<ALcdGXYAsynchronousPaintQueueManager.PaintBlock> aChangedPaintBlocks, ILcdGXYLayer aLayer) Method to inform the implementation thataChangedPaintBlocks
should be re-evaluated.final void
TLcdGXYAsynchronousPaintQueueManager.evaluateModifiedPaintBlocks
(List<ALcdGXYAsynchronousPaintQueueManager.PaintBlock> aChangedPaintBlocks, ILcdGXYLayer aLayer) Method to inform the implementation thataChangedPaintBlocks
should be re-evaluated.