Uses of Interface
com.luciad.lucy.map.asynchronous.ILcyAsynchronousPaintHintProvider
Package
Description
Provides support facilities for adding a new data format to Lucy.
Provides supporting classes for asynchronous painting.
-
Uses of ILcyAsynchronousPaintHintProvider in com.luciad.lucy.format
Modifier and TypeMethodDescriptionprotected abstract ILcyAsynchronousPaintHintProvider
ALcyFormat.createAsynchronousPaintHintProvider()
Creates aILcyAsynchronousPaintHintProvider
for this format.protected ILcyAsynchronousPaintHintProvider
ALcyFormatWrapper.createAsynchronousPaintHintProvider()
protected ILcyAsynchronousPaintHintProvider
ALcyGeneralFormat.createAsynchronousPaintHintProvider()
TLcyAsynchronousFormatWrapper.createAsynchronousPaintHintProvider()
protected ILcyAsynchronousPaintHintProvider
TLcySafeGuardFormatWrapper.createAsynchronousPaintHintProvider()
ALcyFormat.getAsynchronousPaintHintProvider()
Returns theILcyAsynchronousPaintHintProvider
providing theTLcyAsynchronousPaintHint
for the layers created by the layer factories of this format. -
Uses of ILcyAsynchronousPaintHintProvider in com.luciad.lucy.map.asynchronous
Modifier and TypeClassDescriptionclass
Composite (see composite design pattern) implementation ofILcyAsynchronousPaintHintProvider
.class
Asynchronous paint hint provider wrapper, passing safe-to-use layers to the wrapped provider.Modifier and TypeMethodDescriptionTLcyCompositeAsynchronousPaintHintProvider.getAsynchronousPaintHintProvider
(int aIndex) Returns the layer type provider at the given index.Modifier and TypeMethodDescriptionvoid
TLcyCompositeAsynchronousPaintHintProvider.addAsynchronousPaintHintProvider
(ILcyAsynchronousPaintHintProvider aPaintHintProvider) Adds the givenILcyAsynchronousPaintHintProvider
to the list of associated providers.void
TLcyCompositeAsynchronousPaintHintProvider.removeAsynchronousPaintHintProvider
(ILcyAsynchronousPaintHintProvider aGXYLayerTypeProvider) Removes the givenILcyAsynchronousPaintHintProvider
from the list of associated providers.ModifierConstructorDescriptionTLcyGXYAsynchronousLayerPaintHintProvider
(ILcyLucyEnv aLucyEnv, ILcyAsynchronousPaintHintProvider aPaintHintProvider) Creates a new paint hint provider wrapper.