Module com.github.weisj.jsvg
Class ContextElementAttributes
- java.lang.Object
-
- com.github.weisj.jsvg.renderer.impl.context.ContextElementAttributes
-
public final class ContextElementAttributes extends java.lang.ObjectHolds 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 Summary
Fields Modifier and Type Field Description @NotNull SVGPaintfillPaint@NotNull SVGPaintstrokePaint
-
Constructor Summary
Constructors Constructor Description ContextElementAttributes(@NotNull SVGPaint fillPaint, @NotNull SVGPaint strokePaint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-