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 |
boolean |
mesh |
TextureItem |
texture |
cat, fillColor, level, strokeColor, strokeWidth, style| 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 |
mesh(boolean mesh) |
T |
reset() |
T |
set(AreaStyle area) |
T |
texture(TextureItem texture) |
cat, color, color, level, outline, self, strokeColor, strokeColor, strokeWidth, stylepublic int fadeScale
public int blendColor
public int blendScale
public boolean mesh
public TextureItem texture
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 reset()
public AreaStyle build()
build in class RenderStyle.StyleBuilder<T extends AreaStyle.AreaBuilder<T>>