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 thePaintBlockcontainingaLayer.ALcdGXYAsynchronousPaintQueueManager.replacePaintBlockSFCT(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlock, ILcdGXYAsynchronousPaintQueue aPaintQueue) ALcdGXYAsynchronousPaintQueueManager.splitPaintBlockSFCT(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlockToSplitSFCT, int aFirstBlockSize) SplitaPaintBlockToSplitSFCTin two separatePaintBlockinstances: the existingPaintBlockcontaining the firstaFirstBlockSizeoriginalILcdGXYLayers, and a newPaintBlockcontaining all remainingILcdGXYLayers.Methods in com.luciad.view.gxy.asynchronous.manager that return types with arguments of type ALcdGXYAsynchronousPaintQueueManager.PaintBlockModifier and TypeMethodDescriptionALcdGXYAsynchronousPaintQueueManager.getPaintBlocks()Returns an ordered, unmodifiableListof allPaintBlockinstances.Methods in com.luciad.view.gxy.asynchronous.manager with parameters of type ALcdGXYAsynchronousPaintQueueManager.PaintBlockModifier and TypeMethodDescriptionbooleanALcdGXYAsynchronousPaintQueueManager.canMergePaintBlocks(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlock, ALcdGXYAsynchronousPaintQueueManager.PaintBlock aAdjacentPaintBlock) Utility method to verify the prerequisites listed in themergePaintBlocksmethod.final booleanTLcdGXYAsynchronousPaintQueueManager.canMergePaintBlocks(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlock, ALcdGXYAsynchronousPaintQueueManager.PaintBlock aAdjacentPaintBlock) Utility method to verify the prerequisites listed in themergePaintBlocksmethod.final voidALcdGXYAsynchronousPaintQueueManager.mergePaintBlocksSFCT(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlockSFCT, ALcdGXYAsynchronousPaintQueueManager.PaintBlock aAdjacentPaintBlock) Merge the layers ofaPaintBlockSFCTandaAdjacentPaintBlockintoaPaintBlockSFCT.ALcdGXYAsynchronousPaintQueueManager.replacePaintBlockSFCT(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlock, ILcdGXYAsynchronousPaintQueue aPaintQueue) ALcdGXYAsynchronousPaintQueueManager.splitPaintBlockSFCT(ALcdGXYAsynchronousPaintQueueManager.PaintBlock aPaintBlockToSplitSFCT, int aFirstBlockSize) SplitaPaintBlockToSplitSFCTin two separatePaintBlockinstances: the existingPaintBlockcontaining the firstaFirstBlockSizeoriginalILcdGXYLayers, and a newPaintBlockcontaining all remainingILcdGXYLayers.Method parameters in com.luciad.view.gxy.asynchronous.manager with type arguments of type ALcdGXYAsynchronousPaintQueueManager.PaintBlockModifier and TypeMethodDescriptionabstract voidALcdGXYAsynchronousPaintQueueManager.evaluateModifiedPaintBlocks(List<ALcdGXYAsynchronousPaintQueueManager.PaintBlock> aChangedPaintBlocks, ILcdGXYLayer aLayer) Method to inform the implementation thataChangedPaintBlocksshould be re-evaluated.final voidTLcdGXYAsynchronousPaintQueueManager.evaluateModifiedPaintBlocks(List<ALcdGXYAsynchronousPaintQueueManager.PaintBlock> aChangedPaintBlocks, ILcdGXYLayer aLayer) Method to inform the implementation thataChangedPaintBlocksshould be re-evaluated.