AnyLogic
Expand
Font size

@Deprecated
@AnyLogicInternalAPI
public interface ILegacyTileImageProvider
Deprecated.

Method Summary

Modifier and TypeMethodDescription
voidaddImageLoadedListener(ILegacyTileImageLoadedListener iImageLoadedListener)
Deprecated.
 
voidcancelLoading()
Deprecated.
 
voiddestroy()
Deprecated.
 
byte[]getFromCache(int x, int y, int z)
Deprecated.
 
BufferedImagegetImage(int x, int y, int z)
Deprecated.
 
ITileURLProvidergetTileURLProvider()
Deprecated.
 

Method Details

getImage

BufferedImage getImage(int x,
 int y,
 int z)
Deprecated.

getFromCache

byte[] getFromCache(int x,
 int y,
 int z)
Deprecated.

getTileURLProvider

ITileURLProvider getTileURLProvider()
Deprecated.

cancelLoading

void cancelLoading()
Deprecated.

destroy

void destroy()
Deprecated.

addImageLoadedListener

void addImageLoadedListener(ILegacyTileImageLoadedListener iImageLoadedListener)
Deprecated.