public static class LineStyle.LineBuilder<T extends LineStyle.LineBuilder<T>> extends RenderStyle.StyleBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
float |
blur |
Paint.Cap |
cap |
int |
fadeScale |
boolean |
fixed |
boolean |
outline |
boolean |
randomOffset |
int |
stipple |
int |
stippleColor |
float |
stippleWidth |
TextureItem |
texture |
cat, fillColor, level, strokeColor, strokeWidth, style| Constructor and Description |
|---|
LineBuilder() |
| Modifier and Type | Method and Description |
|---|---|
T |
blur(float blur) |
LineStyle |
build() |
T |
cap(Paint.Cap cap) |
T |
fadeScale(int zoom) |
T |
fixed(boolean b) |
T |
isOutline(boolean outline) |
T |
randomOffset(boolean randomOffset) |
T |
reset() |
T |
set(LineStyle line) |
T |
stipple(int width) |
T |
stippleColor(int color) |
T |
stippleColor(java.lang.String color) |
T |
stippleWidth(float width) |
T |
texture(TextureItem texture) |
cat, color, color, level, outline, self, strokeColor, strokeColor, strokeWidth, stylepublic Paint.Cap cap
public boolean outline
public boolean fixed
public int fadeScale
public float blur
public int stipple
public int stippleColor
public float stippleWidth
public TextureItem texture
public boolean randomOffset
public T reset()
public T blur(float blur)
public T fadeScale(int zoom)
public T stipple(int width)
public T stippleColor(int color)
public T stippleColor(java.lang.String color)
public T stippleWidth(float width)
public T isOutline(boolean outline)
public LineStyle build()
build in class RenderStyle.StyleBuilder<T extends LineStyle.LineBuilder<T>>public T fixed(boolean b)
public T texture(TextureItem texture)
public T randomOffset(boolean randomOffset)