com.aspose.html.dom.svg.datatypes

Class SVGAnimatedString

    • Constructor Detail

      • SVGAnimatedString

        public SVGAnimatedString(String baseValue,
                                 com.aspose.html.common.Func2<String,String> animation)

        Initializes a new instance of the SVGAnimatedString class.

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

      • deepClone

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

        Clones the specified base value.

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