public abstract static class TileSource.Builder<T extends TileSource.Builder<T>>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected BitmapTileLayer.FadeStep[] |
fadeSteps |
protected java.lang.String |
name |
protected int |
tileSize |
protected int |
zoomMax |
protected int |
zoomMin |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract TileSource |
build() |
T |
fadeSteps(BitmapTileLayer.FadeStep[] fadeSteps) |
T |
name(java.lang.String name) |
protected T |
self() |
T |
tileSize(int tileSize) |
T |
zoomMax(int zoom) |
T |
zoomMin(int zoom) |
protected int zoomMin
protected int zoomMax
protected BitmapTileLayer.FadeStep[] fadeSteps
protected java.lang.String name
protected int tileSize
public T zoomMin(int zoom)
public T zoomMax(int zoom)
public T fadeSteps(BitmapTileLayer.FadeStep[] fadeSteps)
public T name(java.lang.String name)
public T tileSize(int tileSize)
protected T self()
public abstract TileSource build()