Class SVGOMRectElement

    • Constructor Detail

      • SVGOMRectElement

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

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

      • getLocalName

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

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

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

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

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

        public org.w3c.dom.svg.SVGAnimatedLength getRx()
        DOM: Implements SVGRectElement.getRx().
        Specified by:
        getRx in interface org.w3c.dom.svg.SVGRectElement
      • getRy

        public org.w3c.dom.svg.SVGAnimatedLength getRy()
        DOM: Implements SVGRectElement.getRy().
        Specified by:
        getRy in interface org.w3c.dom.svg.SVGRectElement
      • newNode

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