Class SVGStylableElement.PresentationAttributePaintValue

    • Field Detail

      • cssEngine

        protected CSSEngine cssEngine
        The CSS engine.
      • property

        protected java.lang.String property
        The property name.
      • value

        protected Value value
        The value.
      • mutate

        protected boolean mutate
        Whether the mutation comes from this object.
    • Constructor Detail

      • PresentationAttributePaintValue

        public PresentationAttributePaintValue​(CSSEngine eng,
                                               java.lang.String prop)
        Creates a new PresentationAttributeColorValue.
    • Method Detail

      • attrAdded

        public void attrAdded​(org.w3c.dom.Attr node,
                              java.lang.String newv)
        Called when an Attr node has been added.
        Specified by:
        attrAdded in interface LiveAttributeValue
      • attrModified

        public void attrModified​(org.w3c.dom.Attr node,
                                 java.lang.String oldv,
                                 java.lang.String newv)
        Called when an Attr node has been modified.
        Specified by:
        attrModified in interface LiveAttributeValue
      • attrRemoved

        public void attrRemoved​(org.w3c.dom.Attr node,
                                java.lang.String oldv)
        Called when an Attr node has been removed.
        Specified by:
        attrRemoved in interface LiveAttributeValue