Package org.oscim.theme.styles
Class LineStyle
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classLineStyle.LineBuilder<T extends LineStyle.LineBuilder<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 floatfinal Paint.Capfinal intfinal float[]final intfinal booleanfinal floatfinal booleanfinal booleanstatic final floatstatic final floatfinal floatfinal floatfinal intfinal intfinal floatfinal doublefinal Stringfinal intfinal intfinal intfinal TextureItemfinal booleanfinal floatFields inherited from class org.oscim.theme.styles.RenderStyle
cat -
Constructor Summary
ConstructorsConstructorDescriptionLineStyle(int color, float width) LineStyle(int level, int color, float width) LineStyle(int level, String style, int color, float width, Paint.Cap cap, boolean fixed, double strokeIncrease, int stipple, int stippleColor, float stippleWidth, int fadeScale, float blur, boolean isOutline, TextureItem texture, boolean randomOffset, float[] dashArray, float repeatStart, float repeatGap, boolean transparent) -
Method Summary
Methods inherited from class org.oscim.theme.styles.RenderStyle
dispose, renderNode, scaleTextSize, self, set, setCat, unsetOverride, update
-
Field Details
-
REPEAT_START_DEFAULT
public static final float REPEAT_START_DEFAULT- See Also:
-
REPEAT_GAP_DEFAULT
public static final float REPEAT_GAP_DEFAULT- See Also:
-
style
-
width
public final float width -
color
public final int color -
cap
-
outline
public final boolean outline -
fixed
public final boolean fixed -
strokeIncrease
public final double strokeIncrease -
fadeScale
public final int fadeScale -
blur
public final float blur -
stipple
public final int stipple -
stippleColor
public final int stippleColor -
stippleWidth
public final float stippleWidth -
texture
-
heightOffset
public final float heightOffset -
randomOffset
public final boolean randomOffset -
symbolWidth
public final int symbolWidth -
symbolHeight
public final int symbolHeight -
symbolPercent
public final int symbolPercent -
dashArray
public final float[] dashArray -
repeatStart
public final float repeatStart -
repeatGap
public final float repeatGap -
transparent
public final boolean transparent
-
-
Constructor Details
-
LineStyle
public LineStyle(int color, float width) -
LineStyle
public LineStyle(int level, int color, float width) -
LineStyle
-
LineStyle
public LineStyle(int level, String style, int color, float width, Paint.Cap cap, boolean fixed, double strokeIncrease, int stipple, int stippleColor, float stippleWidth, int fadeScale, float blur, boolean isOutline, TextureItem texture, boolean randomOffset, float[] dashArray, float repeatStart, float repeatGap, boolean transparent)
-
-
Method Details
-
current
- Specified by:
currentin classRenderStyle<LineStyle>
-
renderWay
- Overrides:
renderWayin classRenderStyle<LineStyle>- Parameters:
cb- a reference to the receiver of all render callbacks.
-
builder
-