Package org.oscim.theme.styles
Class AreaStyle.AreaBuilder<T extends AreaStyle.AreaBuilder<T>>
java.lang.Object
org.oscim.theme.styles.RenderStyle.StyleBuilder<T>
org.oscim.theme.styles.AreaStyle.AreaBuilder<T>
- Enclosing class:
- AreaStyle
public static class AreaStyle.AreaBuilder<T extends AreaStyle.AreaBuilder<T>>
extends RenderStyle.StyleBuilder<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintfloatbooleanintintintFields inherited from class org.oscim.theme.styles.RenderStyle.StyleBuilder
cat, fillColor, level, strokeColor, strokeWidth, style, themeCallback -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblendColor(int color) blendColor(String color) blendScale(int zoom) build()fadeScale(int zoom) heightOffset(float heightOffset) mesh(boolean mesh) reset()symbolHeight(int symbolHeight) symbolPercent(int symbolPercent) symbolWidth(int symbolWidth) texture(TextureItem texture) Methods inherited from class org.oscim.theme.styles.RenderStyle.StyleBuilder
cat, color, color, level, outline, self, strokeColor, strokeColor, strokeWidth, style, themeCallback
-
Field Details
-
fadeScale
public int fadeScale -
blendColor
public int blendColor -
blendScale
public int blendScale -
mesh
public boolean mesh -
texture
-
heightOffset
public float heightOffset -
symbolWidth
public int symbolWidth -
symbolHeight
public int symbolHeight -
symbolPercent
public int symbolPercent
-
-
Constructor Details
-
AreaBuilder
public AreaBuilder()
-
-
Method Details
-
set
-
blendScale
-
blendColor
-
blendColor
-
texture
-
fadeScale
-
mesh
-
heightOffset
-
symbolWidth
-
symbolHeight
-
symbolPercent
-
reset
-
build
- Specified by:
buildin classRenderStyle.StyleBuilder<T extends AreaStyle.AreaBuilder<T>>
-