Class ALcdGXYAsynchronousPaintQueueManager.PaintBlock
java.lang.Object
com.luciad.view.gxy.asynchronous.manager.ALcdGXYAsynchronousPaintQueueManager.PaintBlock
- Enclosing class:
ALcdGXYAsynchronousPaintQueueManager
A contiguous set of layers sharing the same paint queue.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the asynchronous paint queue associated to thisPaintBlock.Returns an unmodifiable ordered list of the layers associated to this paint block.toString()
-
Method Details
-
getAsynchronousPaintQueue
Returns the asynchronous paint queue associated to this
PaintBlock. This can benullif this block contains synchronous layers.The returned paint queue instances are the same as created when the manager called
createAsynchronousPaintQueue.- Returns:
- the asynchronous paint queue associated to this
PaintBlock, ornullif this block contains synchronous layers.
-
getLayers
Returns an unmodifiable ordered list of the layers associated to this paint block. The order of the layer is the same as their order in the view.
- Returns:
- an unmodifiable ordered list of the layers associated to this paint block
-
toString
-