Package com.github.weisj.jsvg.renderer
Class ContextElementAttributes
- java.lang.Object
-
- com.github.weisj.jsvg.renderer.ContextElementAttributes
-
public final class ContextElementAttributes extends java.lang.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 Summary
Fields Modifier and Type Field Description @NotNull SVGPaint
fillPaint
@NotNull SVGPaint
strokePaint
-
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 boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-