Class SVGOMFEGaussianBlurElement

    • Field Detail

      • xmlTraitInformation

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

      • SVGOMFEGaussianBlurElement

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

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

      • initializeLiveAttributes

        private void initializeLiveAttributes()
        Initializes the live attribute values of this element.
      • getLocalName

        public java.lang.String getLocalName()
        DOM: Implements Node.getLocalName().
        Specified by:
        getLocalName in interface org.w3c.dom.Node
        Overrides:
        getLocalName in class AbstractNode
      • getIn1

        public org.w3c.dom.svg.SVGAnimatedString getIn1()
        DOM: Implements SVGFEGaussianBlurElement.getIn1().
        Specified by:
        getIn1 in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
      • getStdDeviationX

        public org.w3c.dom.svg.SVGAnimatedNumber getStdDeviationX()
        DOM: Implements SVGFEGaussianBlurElement.getStdDeviationX().
        Specified by:
        getStdDeviationX in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
      • getStdDeviationY

        public org.w3c.dom.svg.SVGAnimatedNumber getStdDeviationY()
        DOM: Implements SVGFEGaussianBlurElement.getStdDeviationY().
        Specified by:
        getStdDeviationY in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
      • setStdDeviation

        public void setStdDeviation​(float devX,
                                    float devY)
        DOM: Implements SVGFEGaussianBlurElement.setStdDeviation(float,float).
        Specified by:
        setStdDeviation in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
      • newNode

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