Class SVGOMGradientElement

    • Field Detail

      • xmlTraitInformation

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

        protected static final AttributeInitializer attributeInitializer
        The attribute initializer.
      • UNITS_VALUES

        protected static final java.lang.String[] UNITS_VALUES
        The units values.
      • SPREAD_METHOD_VALUES

        protected static final java.lang.String[] SPREAD_METHOD_VALUES
        The 'spreadMethod' attribute values.
      • externalResourcesRequired

        protected SVGOMAnimatedBoolean externalResourcesRequired
        The 'externalResourcesRequired' attribute value.
    • Constructor Detail

      • SVGOMGradientElement

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

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

      • initializeLiveAttributes

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

        public org.w3c.dom.svg.SVGAnimatedTransformList getGradientTransform()
        To implement SVGGradientElement.getGradientTransform().
        Specified by:
        getGradientTransform in interface org.w3c.dom.svg.SVGGradientElement
      • getGradientUnits

        public org.w3c.dom.svg.SVGAnimatedEnumeration getGradientUnits()
        DOM: Implements SVGGradientElement.getGradientUnits().
        Specified by:
        getGradientUnits in interface org.w3c.dom.svg.SVGGradientElement
      • getSpreadMethod

        public org.w3c.dom.svg.SVGAnimatedEnumeration getSpreadMethod()
        DOM: Implements SVGGradientElement.getSpreadMethod().
        Specified by:
        getSpreadMethod in interface org.w3c.dom.svg.SVGGradientElement
      • 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
      • newNode

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