com.aspose.html.dom.svg.filters

Class SVGFESpotLightElement

    • Constructor Detail

      • SVGFESpotLightElement

        public SVGFESpotLightElement(com.aspose.html.dom.DOMName name,
                                     Document doc)

        Initializes a new instance of the SVGElement class.

        Parameters:
        name - The element name.
        doc - The document.
    • Method Detail

      • getX

        @DOMNameAttribute(name="x")
        public SVGAnimatedNumber getX()

        Corresponds to attribute ‘x’ on the given ‘feSpotLight’ element.

        Value: The attribute ‘x’ of the given ‘feSpotLight’ element.
      • getY

        @DOMNameAttribute(name="y")
        public SVGAnimatedNumber getY()

        Corresponds to attribute ‘y’ on the given ‘feSpotLight’ element.

        Value: The attribute ‘y’ of the given ‘feSpotLight’ element.
      • getZ

        @DOMNameAttribute(name="z")
        public SVGAnimatedNumber getZ()

        Corresponds to attribute ‘z’ on the given ‘feSpotLight’ element.

        Value: The attribute ‘z’ of the given ‘feSpotLight’ element.
      • getPointsAtX

        @DOMNameAttribute(name="pointsAtX")
        public SVGAnimatedNumber getPointsAtX()

        Corresponds to attribute ‘pointsAtX’ on the given ‘feSpotLight’ element.

        Value: The attribute ‘pointsAtX’ of the given ‘feSpotLight’ element.
      • getPointsAtY

        @DOMNameAttribute(name="pointsAtY")
        public SVGAnimatedNumber getPointsAtY()

        Corresponds to attribute ‘pointsAtY’ on the given ‘feSpotLight’ element.

        Value: The attribute ‘pointsAtY’ of the given ‘feSpotLight’ element.
      • getPointsAtZ

        @DOMNameAttribute(name="pointsAtZ")
        public SVGAnimatedNumber getPointsAtZ()

        Corresponds to attribute ‘pointsAtZ’ on the given ‘feSpotLight’ element.

        Value: The attribute ‘pointsAtZ’ of the given ‘feSpotLight’ element.
      • getSpecularExponent

        @DOMNameAttribute(name="specularExponent")
        public SVGAnimatedNumber getSpecularExponent()

        Corresponds to attribute ‘specularExponent’ on the given ‘feSpotLight’ element.

        Value: The attribute ‘specularExponent’ of the given ‘feSpotLight’ element.
      • getLimitingConeAngle

        @DOMNameAttribute(name="limitingConeAngle")
        public SVGAnimatedNumber getLimitingConeAngle()

        Corresponds to attribute ‘limitingConeAngle’ on the given ‘feSpotLight’ element.

        Value: The attribute ‘limitingConeAngle’ of the given ‘feSpotLight’ element.