Package org.oscim.theme.styles
Class CircleStyle
Represents a round area on the map.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCircleStyle.CircleBuilder<T extends CircleStyle.CircleBuilder<T>>Nested classes/interfaces inherited from class org.oscim.theme.styles.RenderStyle
RenderStyle.Callback, RenderStyle.StyleBuilder<T extends RenderStyle.StyleBuilder<T>> -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal floatfinal booleanfinal intfinal floatFields inherited from class org.oscim.theme.styles.RenderStyle
cat -
Constructor Summary
ConstructorsConstructorDescriptionCircleStyle(float radius, boolean scaleRadius, int fillColor, int strokeColor, float strokeWidth, int level) -
Method Summary
Methods inherited from class org.oscim.theme.styles.RenderStyle
dispose, renderWay, scaleTextSize, self, set, setCat, unsetOverride, update
-
Field Details
-
fillColor
public final int fillColor -
radius
public final float radius -
scaleRadius
public final boolean scaleRadius -
strokeColor
public final int strokeColor -
strokeWidth
public final float strokeWidth
-
-
Constructor Details
-
CircleStyle
public CircleStyle(float radius, boolean scaleRadius, int fillColor, int strokeColor, float strokeWidth, int level) -
CircleStyle
-
-
Method Details
-
current
- Specified by:
currentin classRenderStyle<CircleStyle>
-
renderNode
- Overrides:
renderNodein classRenderStyle<CircleStyle>- Parameters:
cb- a reference to the receiver of all render callbacks.
-
builder
-