Class 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 Detail

      • fillPaint

        @NotNull
        public final @NotNull SVGPaint fillPaint
      • strokePaint

        @NotNull
        public final @NotNull SVGPaint strokePaint
    • Constructor Detail

      • ContextElementAttributes

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

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object