Uses of Interface
com.luciad.view.gxy.asynchronous.ILcdGXYAsynchronousLayerWrapper
Packages that use 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
Methods in com.luciad.lucy.map.asynchronous with parameters of type ILcdGXYAsynchronousLayerWrapperModifier and TypeMethodDescriptionTLcyCompositeAsynchronousPaintHintProvider.getPaintHint
(ILcdGXYAsynchronousLayerWrapper aLayer) -
Uses of ILcdGXYAsynchronousLayerWrapper in com.luciad.view.gxy.asynchronous
Classes in com.luciad.view.gxy.asynchronous that implement ILcdGXYAsynchronousLayerWrapperModifier 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.Methods in com.luciad.view.gxy.asynchronous that return ILcdGXYAsynchronousLayerWrapperModifier 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.Methods in com.luciad.view.gxy.asynchronous with parameters of type ILcdGXYAsynchronousLayerWrapperModifier 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) Constructors in com.luciad.view.gxy.asynchronous with parameters of type ILcdGXYAsynchronousLayerWrapperModifierConstructorDescriptionCreates 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
Classes in com.luciad.view.gxy.asynchronous.lightspeed that implement ILcdGXYAsynchronousLayerWrapperModifier and TypeClassDescriptionclass
Deprecated.Lightspeed integration in GXY views is no longer supported.class
Deprecated.Lightspeed integration in GXY views is no longer supported.Methods in com.luciad.view.gxy.asynchronous.lightspeed with parameters of type ILcdGXYAsynchronousLayerWrapperModifier 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
Methods in com.luciad.view.gxy.asynchronous.manager with parameters of type ILcdGXYAsynchronousLayerWrapperModifier and TypeMethodDescriptionILcdGXYAsynchronousPaintHintProvider.getPaintHint
(ILcdGXYAsynchronousLayerWrapper aLayer) Returns theTLcdGXYAsynchronousPaintHint
corresponding to the layeraLayer
.Method parameters in com.luciad.view.gxy.asynchronous.manager with type arguments of type ILcdGXYAsynchronousLayerWrapperModifier 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
.