public static class AreaStyle.AreaBuilder<T extends AreaStyle.AreaBuilder<T>> extends RenderStyle.StyleBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
int |
blendColor |
int |
blendScale |
int |
fadeScale |
float |
heightOffset |
boolean |
mesh |
int |
symbolHeight |
int |
symbolPercent |
int |
symbolWidth |
TextureItem |
texture |
cat, fillColor, level, strokeColor, strokeWidth, style, themeCallback| Constructor and Description |
|---|
AreaBuilder() |
| Modifier and Type | Method and Description |
|---|---|
T |
blendColor(int color) |
T |
blendColor(java.lang.String color) |
T |
blendScale(int zoom) |
AreaStyle |
build() |
T |
fadeScale(int zoom) |
T |
heightOffset(float heightOffset) |
T |
mesh(boolean mesh) |
T |
reset() |
T |
set(AreaStyle area) |
T |
symbolHeight(int symbolHeight) |
T |
symbolPercent(int symbolPercent) |
T |
symbolWidth(int symbolWidth) |
T |
texture(TextureItem texture) |
cat, color, color, level, outline, self, strokeColor, strokeColor, strokeWidth, style, themeCallbackpublic int fadeScale
public int blendColor
public int blendScale
public boolean mesh
public TextureItem texture
public float heightOffset
public int symbolWidth
public int symbolHeight
public int symbolPercent
public T blendScale(int zoom)
public T blendColor(int color)
public T blendColor(java.lang.String color)
public T texture(TextureItem texture)
public T fadeScale(int zoom)
public T mesh(boolean mesh)
public T heightOffset(float heightOffset)
public T symbolWidth(int symbolWidth)
public T symbolHeight(int symbolHeight)
public T symbolPercent(int symbolPercent)
public T reset()
public AreaStyle build()
build in class RenderStyle.StyleBuilder<T extends AreaStyle.AreaBuilder<T>>