Uses of Class
com.luciad.view.gxy.asynchronous.manager.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
Modifier 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.Modifier and TypeMethodDescriptionALcdGXYAsynchronousPaintQueueManager.getPaintBlocks()
Returns an ordered, unmodifiableList
of allPaintBlock
instances.Modifier 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.Modifier 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.