com.aspose.html.dom.svg.datatypes

Class SVGAnimatedNumber

    • Constructor Detail

      • SVGAnimatedNumber

        public SVGAnimatedNumber(Float baseValue,
                                 com.aspose.html.common.Func2<Float,Float> animation)

        Initializes a new instance of the SVGAnimatedNumber class.

        Parameters:
        baseValue - The base value.
        animation - The animation.
    • Method Detail

      • deepClone

        public Object deepClone(Float baseValue,
                                com.aspose.html.common.Func2<Float,Float> animation)

        Clones the specified base value.

        Specified by:
        deepClone in class SVGAnimatedValue<Float>
        Parameters:
        baseValue - The base value.
        animation - The animation.
        Returns: