com.aspose.html.dom.svg.datatypes

Class SVGLengthList

    • Constructor Detail

      • SVGLengthList

        public SVGLengthList()

        Initializes a new instance of the SVGLengthList class.

      • SVGLengthList

        public SVGLengthList(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<SVGLength> enumerable)

        Initializes a new instance of the SVGLengthList class.

        Parameters:
        enumerable - The enumerable.
    • Method Detail

      • deepClone

        public Object deepClone()

        Creates a new object that is a copy of the current instance.

        Specified by:
        deepClone in class SVGValueType
        Returns:
        A new object that is a copy of this instance.