Uses of Interface
com.luciad.view.gxy.asynchronous.ILcdGXYAsynchronousLayerWrapper
Package
Description
Provides supporting classes for asynchronous painting.
Provides layer-specific asynchronous painting.
Provides an asynchronous layer wrapper and paint queue implementation that allows
inserting Lightspeed layers into an
ILcdGXYView
.This package provides functionality to automatically assign
ILcdGXYAsynchronousPaintQueue
instances to asynchronous
layers
.-
Uses of ILcdGXYAsynchronousLayerWrapper in com.luciad.lucy.map.asynchronous
Modifier and TypeMethodDescriptionTLcyCompositeAsynchronousPaintHintProvider.getPaintHint
(ILcdGXYAsynchronousLayerWrapper aLayer) -
Uses of ILcdGXYAsynchronousLayerWrapper in com.luciad.view.gxy.asynchronous
Modifier and TypeClassDescriptionclass
TLcdGXYAsynchronousEditableLabelsLayerWrapper
extension forlayer nodes
.class
Implementation ofILcdGXYAsynchronousLayerWrapper
forILcdGXYEditableLabelsLayer
instances, wrapping and protecting the latter interface's state.class
TLcdGXYAsynchronousLayerWrapper
extension forlayer nodes
.class
Implementation ofILcdGXYAsynchronousLayerWrapper
forILcdGXYLayer
instances, wrapping and protecting the latter interface's state.Modifier and TypeMethodDescriptionILcdGXYAsynchronousLayerWrapper.create
(ILcdGXYLayer aLayer) Utility method to wrapaLayer
with a defaultILcdGXYAsynchronousLayerWrapper
implementation.TLcdGXYAsynchronousMultiPaintQueue.getGXYAsynchronousLayerWrapper()
Returns the layer for which this paint performs its delegation.TLcdGXYAsynchronousPaintEvent.getLayer()
Returns the layer that is or was painted asynchronously.Modifier and TypeMethodDescriptionILcdGXYAsynchronousPaintQueue.getGXYAsynchronousView
(ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) Returns the view on which the asynchronous paint requests are actually executed.TLcdGXYAsynchronousMultiPaintQueue.getGXYAsynchronousView
(ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) TLcdGXYAsynchronousPaintQueue.getGXYAsynchronousView
(ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) void
ILcdGXYAsynchronousPaintQueue.paint
(Graphics aGraphics, ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) Paints an image of the painted layers using the given graphics.void
TLcdGXYAsynchronousMultiPaintQueue.paint
(Graphics aGraphics, ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) Paints an image of the painted layers using the given graphics.void
TLcdGXYAsynchronousPaintQueue.paint
(Graphics aGraphics, ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) ModifierConstructorDescriptionCreates a new multi view paint queue for the given layer wrapper.TLcdGXYAsynchronousPaintEvent
(Object aSource, int aState, ILcdGXYAsynchronousLayerWrapper aLayer, ILcdGXYView aGXYView) Constructs an event describing a change in asynchronous painting. -
Uses of ILcdGXYAsynchronousLayerWrapper in com.luciad.view.gxy.asynchronous.lightspeed
Modifier and TypeClassDescriptionclass
Deprecated.Lightspeed integration in GXY views is no longer supported.class
Deprecated.Lightspeed integration in GXY views is no longer supported.Modifier and TypeMethodDescriptionTLcdGXYLspAsynchronousPaintQueue.getGXYAsynchronousView
(ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) Deprecated.void
TLcdGXYLspAsynchronousPaintQueue.paint
(Graphics aGraphics, ILcdGXYAsynchronousLayerWrapper aWrapper, int aMode, ILcdGXYView aGXYView) Deprecated. -
Uses of ILcdGXYAsynchronousLayerWrapper in com.luciad.view.gxy.asynchronous.manager
Modifier and TypeMethodDescriptionILcdGXYAsynchronousPaintHintProvider.getPaintHint
(ILcdGXYAsynchronousLayerWrapper aLayer) Returns theTLcdGXYAsynchronousPaintHint
corresponding to the layeraLayer
.Modifier and TypeMethodDescriptionprotected abstract ILcdGXYAsynchronousPaintQueue
ALcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue
(List<ILcdGXYAsynchronousLayerWrapper> aLayers) Factory method to create a newILcdGXYAsynchronousPaintQueue
that will be used byaLayers
.protected final ILcdGXYAsynchronousPaintQueue
TLcdGXYAsynchronousPaintQueueManager.createAsynchronousPaintQueue
(List<ILcdGXYAsynchronousLayerWrapper> aLayers) Factory method to create a newILcdGXYAsynchronousPaintQueue
that will be used byaLayers
.