Class SVGOMFETileElement

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

public class SVGOMFETileElement extends SVGOMFilterPrimitiveStandardAttributes implements org.w3c.dom.svg.SVGFETileElement
This class implements SVGFETileElement.
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

    • SVGOMFETileElement

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

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