Class SVGOMFETurbulenceElement

    • Field Detail

      • xmlTraitInformation

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

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

        protected static final java.lang.String[] TYPE_VALUES
        The 'type' attribute values.
    • Constructor Detail

      • SVGOMFETurbulenceElement

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

        public SVGOMFETurbulenceElement​(java.lang.String prefix,
                                        AbstractDocument owner)
        Creates a new SVGOMFETurbulenceElement object.
        Parameters:
        prefix - The namespace prefix.
        owner - The owner document.
    • Method Detail

      • getLocalName

        public java.lang.String getLocalName()
        DOM: Implements Node.getLocalName().
        Specified by:
        getLocalName in interface org.w3c.dom.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 org.w3c.dom.Node newNode()
        Returns a new uninitialized instance of this object's class.
        Specified by:
        newNode in class AbstractNode