Package org.oscim.theme.styles
Class RenderStyle.StyleBuilder<T extends RenderStyle.StyleBuilder<T>>
java.lang.Object
org.oscim.theme.styles.RenderStyle.StyleBuilder<T>
- Direct Known Subclasses:
AreaStyle.AreaBuilder,CircleStyle.CircleBuilder,ExtrusionStyle.ExtrusionBuilder,LineStyle.LineBuilder,SymbolStyle.SymbolBuilder,TextStyle.TextBuilder
- Enclosing class:
- RenderStyle<T extends RenderStyle<T>>
public abstract static class RenderStyle.StyleBuilder<T extends RenderStyle.StyleBuilder<T>>
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintfloat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract RenderStylebuild()color(int color) level(int level) outline(int color, float width) protected Tself()strokeColor(int color) strokeColor(String color) strokeWidth(float width) themeCallback(ThemeCallback themeCallback)
-
Field Details
-
cat
-
style
-
level
public int level -
fillColor
public int fillColor -
strokeColor
public int strokeColor -
strokeWidth
public float strokeWidth -
themeCallback
-
-
Constructor Details
-
StyleBuilder
public StyleBuilder()
-
-
Method Details
-
cat
-
style
-
level
-
outline
-
strokeColor
-
strokeColor
-
strokeWidth
-
color
-
color
-
themeCallback
-
self
-
build
-