Uses of Interface
com.luciad.lucy.map.asynchronous.ILcyAsynchronousPaintHintProvider
Packages that use 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
Methods in com.luciad.lucy.format that return ILcyAsynchronousPaintHintProviderModifier and TypeMethodDescriptionprotected abstract ILcyAsynchronousPaintHintProviderALcyFormat.createAsynchronousPaintHintProvider()Creates aILcyAsynchronousPaintHintProviderfor this format.protected ILcyAsynchronousPaintHintProviderALcyFormatWrapper.createAsynchronousPaintHintProvider()protected ILcyAsynchronousPaintHintProviderALcyGeneralFormat.createAsynchronousPaintHintProvider()TLcyAsynchronousFormatWrapper.createAsynchronousPaintHintProvider()protected ILcyAsynchronousPaintHintProviderTLcySafeGuardFormatWrapper.createAsynchronousPaintHintProvider()ALcyFormat.getAsynchronousPaintHintProvider()Returns theILcyAsynchronousPaintHintProviderproviding theTLcyAsynchronousPaintHintfor the layers created by the layer factories of this format. -
Uses of ILcyAsynchronousPaintHintProvider in com.luciad.lucy.map.asynchronous
Classes in com.luciad.lucy.map.asynchronous that implement ILcyAsynchronousPaintHintProviderModifier and TypeClassDescriptionclassComposite (see composite design pattern) implementation ofILcyAsynchronousPaintHintProvider.classAsynchronous paint hint provider wrapper, passing safe-to-use layers to the wrapped provider.Methods in com.luciad.lucy.map.asynchronous that return ILcyAsynchronousPaintHintProviderModifier and TypeMethodDescriptionTLcyCompositeAsynchronousPaintHintProvider.getAsynchronousPaintHintProvider(int aIndex) Returns the layer type provider at the given index.Methods in com.luciad.lucy.map.asynchronous with parameters of type ILcyAsynchronousPaintHintProviderModifier and TypeMethodDescriptionvoidTLcyCompositeAsynchronousPaintHintProvider.addAsynchronousPaintHintProvider(ILcyAsynchronousPaintHintProvider aPaintHintProvider) Adds the givenILcyAsynchronousPaintHintProviderto the list of associated providers.voidTLcyCompositeAsynchronousPaintHintProvider.removeAsynchronousPaintHintProvider(ILcyAsynchronousPaintHintProvider aGXYLayerTypeProvider) Removes the givenILcyAsynchronousPaintHintProviderfrom the list of associated providers.Constructors in com.luciad.lucy.map.asynchronous with parameters of type ILcyAsynchronousPaintHintProviderModifierConstructorDescriptionTLcyGXYAsynchronousLayerPaintHintProvider(ILcyLucyEnv aLucyEnv, ILcyAsynchronousPaintHintProvider aPaintHintProvider) Creates a new paint hint provider wrapper.