Class SVGStylableElement.OverrideStyleDeclaration

    • Constructor Detail

      • OverrideStyleDeclaration

        protected OverrideStyleDeclaration​(CSSEngine eng)
        Creates a new OverrideStyleDeclaration.
    • Method Detail

      • textChanged

        public void textChanged​(java.lang.String text)
                         throws org.w3c.dom.DOMException
        Called when the value text has changed.
        Throws:
        org.w3c.dom.DOMException
      • propertyRemoved

        public void propertyRemoved​(java.lang.String name)
                             throws org.w3c.dom.DOMException
        Called when a property was removed.
        Throws:
        org.w3c.dom.DOMException
      • propertyChanged

        public void propertyChanged​(java.lang.String name,
                                    java.lang.String value,
                                    java.lang.String prio)
                             throws org.w3c.dom.DOMException
        Called when a property was changed.
        Throws:
        org.w3c.dom.DOMException