Class SVGOMFETurbulenceElement

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

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

    • xmlTraitInformation

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

      protected static final String[] STITCH_TILES_VALUES
      The 'stitchTiles' attribute values.
    • TYPE_VALUES

      protected static final String[] TYPE_VALUES
      The 'type' attribute values.
    • numOctaves

      protected SVGOMAnimatedInteger numOctaves
      The 'numOctaves' attribute value.
    • seed

      protected SVGOMAnimatedNumber seed
      The 'seed' attribute value.
    • stitchTiles

      protected SVGOMAnimatedEnumeration stitchTiles
      The 'stitchTiles' attribute value.
    • type

      protected SVGOMAnimatedEnumeration type
      The 'type' attribute value.
  • Constructor Details

    • SVGOMFETurbulenceElement

      protected SVGOMFETurbulenceElement()
      Creates a new SVGOMFETurbulence object.
    • SVGOMFETurbulenceElement

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

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

      public org.w3c.dom.svg.SVGAnimatedNumber getBaseFrequencyX()
      DOM: Implements SVGFETurbulenceElement.getBaseFrequencyX().
      Specified by:
      getBaseFrequencyX in interface org.w3c.dom.svg.SVGFETurbulenceElement
    • getBaseFrequencyY

      public org.w3c.dom.svg.SVGAnimatedNumber getBaseFrequencyY()
      DOM: Implements SVGFETurbulenceElement.getBaseFrequencyY().
      Specified by:
      getBaseFrequencyY in interface org.w3c.dom.svg.SVGFETurbulenceElement
    • getNumOctaves

      public org.w3c.dom.svg.SVGAnimatedInteger getNumOctaves()
      DOM: Implements SVGFETurbulenceElement.getNumOctaves().
      Specified by:
      getNumOctaves in interface org.w3c.dom.svg.SVGFETurbulenceElement
    • getSeed

      public org.w3c.dom.svg.SVGAnimatedNumber getSeed()
      DOM: Implements SVGFETurbulenceElement.getSeed().
      Specified by:
      getSeed in interface org.w3c.dom.svg.SVGFETurbulenceElement
    • getStitchTiles

      public org.w3c.dom.svg.SVGAnimatedEnumeration getStitchTiles()
      DOM: Implements SVGFETurbulenceElement.getStitchTiles().
      Specified by:
      getStitchTiles in interface org.w3c.dom.svg.SVGFETurbulenceElement
    • getType

      public org.w3c.dom.svg.SVGAnimatedEnumeration getType()
      DOM: Implements SVGFETurbulenceElement.getType().
      Specified by:
      getType in interface org.w3c.dom.svg.SVGFETurbulenceElement
    • newNode

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

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