Class SVGOMFilterElement

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.SVGExternalResourcesRequired, org.w3c.dom.svg.SVGFilterElement, org.w3c.dom.svg.SVGLangSpace, org.w3c.dom.svg.SVGStylable, org.w3c.dom.svg.SVGUnitTypes, org.w3c.dom.svg.SVGURIReference

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

  • Constructor Details

    • SVGOMFilterElement

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

      public SVGOMFilterElement(String prefix, AbstractDocument owner)
      Creates a new SVGOMFilterElement 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 SVGStylableElement
    • getLocalName

      public String getLocalName()
      DOM: Implements Node.getLocalName().
      Specified by:
      getLocalName in interface Node
      Overrides:
      getLocalName in class AbstractNode
    • getFilterUnits

      public org.w3c.dom.svg.SVGAnimatedEnumeration getFilterUnits()
      DOM: Implements SVGFilterElement.getFilterUnits().
      Specified by:
      getFilterUnits in interface org.w3c.dom.svg.SVGFilterElement
    • getPrimitiveUnits

      public org.w3c.dom.svg.SVGAnimatedEnumeration getPrimitiveUnits()
      DOM: Implements SVGFilterElement.getPrimitiveUnits().
      Specified by:
      getPrimitiveUnits in interface org.w3c.dom.svg.SVGFilterElement
    • getX

      public org.w3c.dom.svg.SVGAnimatedLength getX()
      DOM: Implements SVGFilterElement.getX().
      Specified by:
      getX in interface org.w3c.dom.svg.SVGFilterElement
    • getY

      public org.w3c.dom.svg.SVGAnimatedLength getY()
      DOM: Implements SVGFilterElement.getY().
      Specified by:
      getY in interface org.w3c.dom.svg.SVGFilterElement
    • getWidth

      public org.w3c.dom.svg.SVGAnimatedLength getWidth()
      DOM: Implements SVGFilterElement.getWidth().
      Specified by:
      getWidth in interface org.w3c.dom.svg.SVGFilterElement
    • getHeight

      public org.w3c.dom.svg.SVGAnimatedLength getHeight()
      DOM: Implements SVGFilterElement.getHeight().
      Specified by:
      getHeight in interface org.w3c.dom.svg.SVGFilterElement
    • getFilterResX

      public org.w3c.dom.svg.SVGAnimatedInteger getFilterResX()
      DOM: Implements SVGFilterElement.getFilterResX().
      Specified by:
      getFilterResX in interface org.w3c.dom.svg.SVGFilterElement
    • getFilterResY

      public org.w3c.dom.svg.SVGAnimatedInteger getFilterResY()
      DOM: Implements SVGFilterElement.getFilterResY().
      Specified by:
      getFilterResY in interface org.w3c.dom.svg.SVGFilterElement
    • setFilterRes

      public void setFilterRes(int filterResX, int filterResY)
      DOM: Implements SVGFilterElement.setFilterRes(int,int).
      Specified by:
      setFilterRes in interface org.w3c.dom.svg.SVGFilterElement
    • getHref

      public org.w3c.dom.svg.SVGAnimatedString getHref()
      DOM: Implements SVGURIReference.getHref().
      Specified by:
      getHref in interface org.w3c.dom.svg.SVGURIReference
    • getExternalResourcesRequired

      public org.w3c.dom.svg.SVGAnimatedBoolean getExternalResourcesRequired()
      DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
      Specified by:
      getExternalResourcesRequired in interface org.w3c.dom.svg.SVGExternalResourcesRequired
    • getTraitInformationTable

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

      public String getXMLlang()
      DOM: Returns the xml:lang attribute value.
      Specified by:
      getXMLlang in interface org.w3c.dom.svg.SVGLangSpace
    • setXMLlang

      public void setXMLlang(String lang)
      DOM: Sets the xml:lang attribute value.
      Specified by:
      setXMLlang in interface org.w3c.dom.svg.SVGLangSpace
    • getXMLspace

      public String getXMLspace()
      DOM: Returns the xml:space attribute value.
      Specified by:
      getXMLspace in interface org.w3c.dom.svg.SVGLangSpace
    • setXMLspace

      public void setXMLspace(String space)
      DOM: Sets the xml:space attribute value.
      Specified by:
      setXMLspace in interface org.w3c.dom.svg.SVGLangSpace
    • getAttributeInitializer

      protected AttributeInitializer getAttributeInitializer()
      Returns the AttributeInitializer for this element type.
      Overrides:
      getAttributeInitializer in class AbstractElement
      Returns:
      null if this element has no attribute with a default value.
    • newNode

      protected Node newNode()
      Returns a new uninitialized instance of this object's class.
      Specified by:
      newNode in class AbstractNode