Class SVGOMPolygonElement

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.SVGAnimatedPoints, org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGExternalResourcesRequired, org.w3c.dom.svg.SVGLangSpace, org.w3c.dom.svg.SVGLocatable, org.w3c.dom.svg.SVGPolygonElement, org.w3c.dom.svg.SVGStylable, org.w3c.dom.svg.SVGTests, org.w3c.dom.svg.SVGTransformable

public class SVGOMPolygonElement extends SVGPointShapeElement implements org.w3c.dom.svg.SVGPolygonElement
This class implements SVGPolygonElement.
See Also:
  • Constructor Details

    • SVGOMPolygonElement

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

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