com.aspose.html.dom.svg

Class SVGPolygonElement

    • Constructor Detail

      • SVGPolygonElement

        public SVGPolygonElement(com.aspose.html.dom.DOMName name,
                                 Document doc)

        Initializes a new instance of the SVGElement class.

        Parameters:
        name - The element name.
        doc - The document.
    • Method Detail

      • getPoints

        public SVGPointList getPoints()

        Provides access to the base (i.e., static) contents of the ‘points’ attribute.

        Value: The content of the ‘points’ attribute
        Specified by:
        getPoints in interface ISVGAnimatedPoints
      • getAnimatedPoints

        public SVGPointList getAnimatedPoints()

        Provides access to the current animated contents of the ‘points’ attribute. If the given attribute or property is being animated, contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, contains the same value as points.

        Value: The animated points.
        Specified by:
        getAnimatedPoints in interface ISVGAnimatedPoints