Uses of Interface
com.luciad.view.gxy.asynchronous.lightspeed.ILcdGXYLspAsynchronousLayerRunnable
Package
Description
Provides an asynchronous layer wrapper and paint queue implementation that allows
inserting Lightspeed layers into an
ILcdGXYView
.-
Uses of ILcdGXYLspAsynchronousLayerRunnable in com.luciad.view.gxy.asynchronous.lightspeed
Modifier and TypeMethodDescriptionvoid
TLcdGXYLspAsynchronousLayerWrapper.invokeAndWaitOnGXYAndLspLayer
(ILcdGXYLspAsynchronousLayerRunnable aRunnable) Deprecated.Executes the given layer runnable so that the invocation does not interfere with the asynchronous painting.void
TLcdGXYLspAsynchronousLayerWrapper.invokeLaterOnGXYAndLspLayer
(ILcdGXYLspAsynchronousLayerRunnable aRunnable) Deprecated.Executes the given layer runnable so that the invocation does not interfere with the asynchronous painting.void
TLcdGXYLspAsynchronousLayerWrapper.invokeLaterOnGXYAndLspLayerInEDT
(ILcdGXYLspAsynchronousLayerRunnable aRunnable) Deprecated.Executes the given layer runnable so that the invocation does not interfere with the asynchronous painting.void
TLcdGXYLspAsynchronousLayerWrapper.invokeNowOnGXYAndLspLayer
(ILcdGXYLspAsynchronousLayerRunnable aRunnable) Deprecated.Executes the given layer runnable so that the invocation does not interfere with state synchronization.