Class SVGOMFilterElement

    • Constructor Detail

      • SVGOMFilterElement

        protected SVGOMFilterElement()
        Creates a new SVGOMFilterElement object.
      • SVGOMFilterElement

        public SVGOMFilterElement​(java.lang.String prefix,
                                  AbstractDocument owner)
        Creates a new SVGOMFilterElement object.
        Parameters:
        prefix - The namespace prefix.
        owner - The owner document.
    • Method Detail

      • initializeLiveAttributes

        private void initializeLiveAttributes()
        Initializes the live attribute values of this element.
      • getLocalName

        public java.lang.String getLocalName()
        DOM: Implements Node.getLocalName().
        Specified by:
        getLocalName in interface org.w3c.dom.Node
        Overrides:
        getLocalName in class AbstractNode
      • getFilterUnits

        public org.w3c.dom.svg.SVGAnimatedEnumeration getFilterUnits()
        DOM: Implements SVGFilterElement.getFilterUnits().
        Specified by:
        getFilterUnits in interface org.w3c.dom.svg.SVGFilterElement
      • getPrimitiveUnits

        public org.w3c.dom.svg.SVGAnimatedEnumeration getPrimitiveUnits()
        DOM: Implements SVGFilterElement.getPrimitiveUnits().
        Specified by:
        getPrimitiveUnits in interface org.w3c.dom.svg.SVGFilterElement
      • getX

        public org.w3c.dom.svg.SVGAnimatedLength getX()
        DOM: Implements SVGFilterElement.getX().
        Specified by:
        getX in interface org.w3c.dom.svg.SVGFilterElement
      • getY

        public org.w3c.dom.svg.SVGAnimatedLength getY()
        DOM: Implements SVGFilterElement.getY().
        Specified by:
        getY in interface org.w3c.dom.svg.SVGFilterElement
      • getWidth

        public org.w3c.dom.svg.SVGAnimatedLength getWidth()
        DOM: Implements SVGFilterElement.getWidth().
        Specified by:
        getWidth in interface org.w3c.dom.svg.SVGFilterElement
      • getHeight

        public org.w3c.dom.svg.SVGAnimatedLength getHeight()
        DOM: Implements SVGFilterElement.getHeight().
        Specified by:
        getHeight in interface org.w3c.dom.svg.SVGFilterElement
      • getFilterResX

        public org.w3c.dom.svg.SVGAnimatedInteger getFilterResX()
        DOM: Implements SVGFilterElement.getFilterResX().
        Specified by:
        getFilterResX in interface org.w3c.dom.svg.SVGFilterElement
      • getFilterResY

        public org.w3c.dom.svg.SVGAnimatedInteger getFilterResY()
        DOM: Implements SVGFilterElement.getFilterResY().
        Specified by:
        getFilterResY in interface org.w3c.dom.svg.SVGFilterElement
      • setFilterRes

        public void setFilterRes​(int filterResX,
                                 int filterResY)
        DOM: Implements SVGFilterElement.setFilterRes(int,int).
        Specified by:
        setFilterRes in interface org.w3c.dom.svg.SVGFilterElement
      • getHref

        public org.w3c.dom.svg.SVGAnimatedString getHref()
        DOM: Implements SVGURIReference.getHref().
        Specified by:
        getHref in interface org.w3c.dom.svg.SVGURIReference
      • getExternalResourcesRequired

        public org.w3c.dom.svg.SVGAnimatedBoolean getExternalResourcesRequired()
        DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
        Specified by:
        getExternalResourcesRequired in interface org.w3c.dom.svg.SVGExternalResourcesRequired
      • getXMLlang

        public java.lang.String getXMLlang()
        DOM: Returns the xml:lang attribute value.
        Specified by:
        getXMLlang in interface org.w3c.dom.svg.SVGLangSpace
      • setXMLlang

        public void setXMLlang​(java.lang.String lang)
        DOM: Sets the xml:lang attribute value.
        Specified by:
        setXMLlang in interface org.w3c.dom.svg.SVGLangSpace
      • getXMLspace

        public java.lang.String getXMLspace()
        DOM: Returns the xml:space attribute value.
        Specified by:
        getXMLspace in interface org.w3c.dom.svg.SVGLangSpace
      • setXMLspace

        public void setXMLspace​(java.lang.String space)
        DOM: Sets the xml:space attribute value.
        Specified by:
        setXMLspace in interface org.w3c.dom.svg.SVGLangSpace
      • newNode

        protected org.w3c.dom.Node newNode()
        Returns a new uninitialized instance of this object's class.
        Specified by:
        newNode in class AbstractNode