Class StrokeContext

java.lang.Object
com.github.weisj.jsvg.renderer.impl.context.StrokeContext

public final class StrokeContext extends Object
  • Field Details

    • strokeWidth

      @Nullable public final @Nullable LengthValue strokeWidth
    • lineCap

      @Nullable public final @Nullable LineCap lineCap
    • lineJoin

      @Nullable public final @Nullable LineJoin lineJoin
    • miterLimit

      public final float miterLimit
    • dashPattern

      public final Length @Nullable [] dashPattern
    • dashOffset

      @Nullable public final @Nullable LengthValue dashOffset
  • Constructor Details

    • StrokeContext

      public StrokeContext(@Nullable @Nullable LengthValue strokeWidth, @Nullable @Nullable LineCap lineCap, @Nullable @Nullable LineJoin lineJoin, float miterLimit, @NotNull @NotNull Length[] dashPattern, @Nullable @Nullable LengthValue dashOffset)
  • Method Details