com.aspose.html.dom.svg.datatypes

Class SVGAnimatedBoolean

    • Constructor Detail

      • SVGAnimatedBoolean

        public SVGAnimatedBoolean(boolean baseValue,
                                  com.aspose.html.common.Func2<Boolean,Boolean> animation)

        Initializes a new instance of the SVGAnimatedBoolean class.

        Parameters:
        baseValue - if set to true [base value].
        animation - The animation.
    • Method Detail

      • deepClone

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

        Clones the specified base value.

        Specified by:
        deepClone in class SVGAnimatedValue<Boolean>
        Parameters:
        baseValue - if set to true [base value].
        animation - The animation.
        Returns: