com.aspose.html.dom.svg.datatypes

Class SVGAnimatedEnumeration

  • All Implemented Interfaces:
    com.aspose.html.internal.ms.System.IDisposable


    @DOMObjectAttribute
     @DOMNameAttribute(name="SVGAnimatedEnumeration")
    public class SVGAnimatedEnumeration
    extends SVGAnimatedValue<Integer>

    Used for attributes whose value must be a constant from a particular enumeration and which can be animated.

    • Constructor Detail

      • SVGAnimatedEnumeration

        public SVGAnimatedEnumeration(Integer baseValue,
                                      com.aspose.html.common.Func2<Integer,Integer> animation)

        Initializes a new instance of the SVGAnimatedEnumeration class.

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