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