Class SVGOMFEMorphologyElement

    • Field Detail

      • xmlTraitInformation

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

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

      • SVGOMFEMorphologyElement

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

        public SVGOMFEMorphologyElement​(java.lang.String prefix,
                                        AbstractDocument owner)
        Creates a new SVGOMFEMorphologyElement 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
      • getIn1

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

        public org.w3c.dom.svg.SVGAnimatedEnumeration getOperator()
        DOM: Implements SVGFEMorphologyElement.getOperator().
        Specified by:
        getOperator in interface org.w3c.dom.svg.SVGFEMorphologyElement
      • getRadiusX

        public org.w3c.dom.svg.SVGAnimatedNumber getRadiusX()
        DOM: Implements SVGFEMorphologyElement.getRadiusX().
        Specified by:
        getRadiusX in interface org.w3c.dom.svg.SVGFEMorphologyElement
      • getRadiusY

        public org.w3c.dom.svg.SVGAnimatedNumber getRadiusY()
        DOM: Implements SVGFEMorphologyElement.getRadiusY().
        Specified by:
        getRadiusY in interface org.w3c.dom.svg.SVGFEMorphologyElement
      • newNode

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