Class SVGOMForeignObjectElement

    • Constructor Detail

      • SVGOMForeignObjectElement

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

        public SVGOMForeignObjectElement​(java.lang.String prefix,
                                         AbstractDocument owner)
        Creates a new SVGOMForeignObjectElement 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 SVGForeignObjectElement.getX().
        Specified by:
        getX in interface org.w3c.dom.svg.SVGForeignObjectElement
      • getY

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

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

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

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