Class LineStyle


public final class LineStyle extends RenderStyle<LineStyle>
  • 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

      public final String style
    • width

      public final float width
    • color

      public final int color
    • cap

      public final Paint.Cap 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

      public final TextureItem 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

      public LineStyle(int color, float width, Paint.Cap cap)
    • 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