public abstract class TileSource
extends java.lang.Object
Constructor and Description |
---|
TileSource() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isLoaded()
Returns whether this tile source is loaded and ready to provide its tile.
|
abstract Tile |
tile()
Returns the tile provided by this source.
|
abstract RFuture<Tile> |
tileAsync()
Delivers the tile provided by this source once the source is loaded.
|
public abstract boolean isLoaded()
public abstract Tile tile()
java.lang.IllegalStateException
- if !isLoaded()
.Copyright © 2019. All Rights Reserved.