Class SVGOMFEFloodElement

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.SVGFEFloodElement, org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes, org.w3c.dom.svg.SVGStylable

public class SVGOMFEFloodElement extends SVGOMFilterPrimitiveStandardAttributes implements org.w3c.dom.svg.SVGFEFloodElement
This class implements SVGFEFloodElement.
See Also:
  • Field Details

    • xmlTraitInformation

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

      protected SVGOMAnimatedString in
      The 'in' attribute value.
  • Constructor Details

    • SVGOMFEFloodElement

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

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