Class ContextElementAttributes

java.lang.Object
com.github.weisj.jsvg.renderer.ContextElementAttributes

public final class ContextElementAttributes extends Object
Holds values provided by the current context element. Note that values here must always be absolute and can't refer themselves to any context element values.
  • Field Details

    • fillPaint

      @NotNull public final @NotNull SVGPaint fillPaint
    • strokePaint

      @NotNull public final @NotNull SVGPaint strokePaint
  • Constructor Details

    • ContextElementAttributes

      public ContextElementAttributes(@NotNull @NotNull SVGPaint fillPaint, @NotNull @NotNull SVGPaint strokePaint)
  • Method Details