Class SVGOMEllipseElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, CSSStylableElement, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, SVGMotionAnimatableElement, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGEllipseElement, org.w3c.dom.svg.SVGExternalResourcesRequired, org.w3c.dom.svg.SVGLangSpace, org.w3c.dom.svg.SVGLocatable, org.w3c.dom.svg.SVGStylable, org.w3c.dom.svg.SVGTests, org.w3c.dom.svg.SVGTransformable

public class SVGOMEllipseElement extends SVGGraphicsElement implements org.w3c.dom.svg.SVGEllipseElement
This class implements SVGEllipseElement.
See Also:
  • Field Details

  • Constructor Details

    • SVGOMEllipseElement

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

      public SVGOMEllipseElement(String prefix, AbstractDocument owner)
      Creates a new SVGOMEllipseElement object.
      Parameters:
      prefix - The namespace prefix.
      owner - The owner document.
  • Method Details

    • initializeAllLiveAttributes

      protected void initializeAllLiveAttributes()
      Initializes all live attributes for this element.
      Overrides:
      initializeAllLiveAttributes in class SVGGraphicsElement
    • getLocalName

      public String getLocalName()
      DOM: Implements Node.getLocalName().
      Specified by:
      getLocalName in interface 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 Node newNode()
      Returns a new uninitialized instance of this object's class.
      Specified by:
      newNode in class AbstractNode
    • getTraitInformationTable

      protected DoublyIndexedTable getTraitInformationTable()
      Returns the table of TraitInformation objects for this element.
      Overrides:
      getTraitInformationTable in class SVGGraphicsElement