Class SVGOMStopElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, CSSStylableElement, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGStopElement, org.w3c.dom.svg.SVGStylable

public class SVGOMStopElement extends SVGStylableElement implements org.w3c.dom.svg.SVGStopElement
This class implements SVGStopElement.
See Also:
  • Field Details

    • xmlTraitInformation

      protected static DoublyIndexedTable xmlTraitInformation
      Table mapping XML attribute names to TraitInformation objects.
    • offset

      protected SVGOMAnimatedNumber offset
      The 'offset' attribute value.
  • Constructor Details

    • SVGOMStopElement

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

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