Uses of Class
com.luciad.view.gxy.asynchronous.manager.TLcdGXYAsynchronousPaintHint
Package
Description
Provides supporting classes for asynchronous painting.
Provides functionality to automatically assign
ILcdGXYAsynchronousPaintQueue
instances
to asynchronous layers
.This package provides functionality to automatically assign
ILcdGXYAsynchronousPaintQueue
instances to asynchronous
layers
.-
Uses of TLcdGXYAsynchronousPaintHint in com.luciad.lucy.map.asynchronous
Modifier and TypeClassDescriptionclass
This class describes asynchronous painting hints.Modifier and TypeMethodDescriptionTLcyCompositeAsynchronousPaintHintProvider.getPaintHint
(ILcdGXYAsynchronousLayerWrapper aLayer) -
Uses of TLcdGXYAsynchronousPaintHint in com.luciad.view.gxy.asynchronous.lightspeed.manager
Modifier and TypeMethodDescriptionprotected TLcdGXYAsynchronousPaintHint
TLcdGXYLspAsynchronousPaintQueueManager.combine
(TLcdGXYAsynchronousPaintHint aPaintHint, TLcdGXYAsynchronousPaintHint aAnotherPaintHint) Deprecated.Combine twoTLcdGXYAsynchronousPaintHint
instances into a newTLcdGXYAsynchronousPaintHint
, or returnsnull
when the two paint hints cannot be combined.Modifier and TypeMethodDescriptionprotected TLcdGXYAsynchronousPaintHint
TLcdGXYLspAsynchronousPaintQueueManager.combine
(TLcdGXYAsynchronousPaintHint aPaintHint, TLcdGXYAsynchronousPaintHint aAnotherPaintHint) Deprecated.Combine twoTLcdGXYAsynchronousPaintHint
instances into a newTLcdGXYAsynchronousPaintHint
, or returnsnull
when the two paint hints cannot be combined.protected ILcdGXYAsynchronousPaintQueue
TLcdGXYLspAsynchronousPaintQueueManager.createAsynchronousPaintQueue
(TLcdGXYAsynchronousPaintHint aPaintHint, ILcdGXYAsynchronousPaintQueue aPaintQueue) Deprecated. -
Uses of TLcdGXYAsynchronousPaintHint in com.luciad.view.gxy.asynchronous.manager
Modifier and TypeMethodDescriptionprotected TLcdGXYAsynchronousPaintHint
TLcdGXYAsynchronousPaintQueueManager.combine
(TLcdGXYAsynchronousPaintHint aPaintHint, TLcdGXYAsynchronousPaintHint aAnotherPaintHint) Combine twoTLcdGXYAsynchronousPaintHint
instances into a newTLcdGXYAsynchronousPaintHint
, or returnsnull
when the two paint hints cannot be combined.ILcdGXYAsynchronousPaintHintProvider.getPaintHint
(ILcdGXYAsynchronousLayerWrapper aLayer) Returns theTLcdGXYAsynchronousPaintHint
corresponding to the layeraLayer
.Modifier and TypeMethodDescriptionprotected TLcdGXYAsynchronousPaintHint
TLcdGXYAsynchronousPaintQueueManager.combine
(TLcdGXYAsynchronousPaintHint aPaintHint, TLcdGXYAsynchronousPaintHint aAnotherPaintHint) Combine twoTLcdGXYAsynchronousPaintHint
instances into a newTLcdGXYAsynchronousPaintHint
, or returnsnull
when the two paint hints cannot be combined.protected ILcdGXYAsynchronousPaintQueue
TLcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue
(TLcdGXYAsynchronousPaintHint aPaintHint, ILcdGXYAsynchronousPaintQueue aPaintQueue) Create anILcdGXYAsynchronousPaintQueue
matching the settings ofaPaintHint
.