Class SVGOMEllipseElement

    • Constructor Detail

      • SVGOMEllipseElement

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

        public SVGOMEllipseElement​(java.lang.String prefix,
                                   AbstractDocument owner)
        Creates a new SVGOMEllipseElement 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
      • getCx

        public org.w3c.dom.svg.SVGAnimatedLength getCx()
        DOM: Implements SVGEllipseElement.getCx().
        Specified by:
        getCx in interface org.w3c.dom.svg.SVGEllipseElement
      • getCy

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

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

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

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