OdPolygon

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdStyledObject

public class OdPolygon extends OdStyledObject

The polygon

Constructors

ConstructorDescription
OdPolygon(OdObject parent)Initializes a new instance of the OdPolygon class.

Methods

MethodDescription
getPoints()Gets or sets the points.
setPoints(PointF[] value)Gets or sets the points.

OdPolygon(OdObject parent)

public OdPolygon(OdObject parent)

Initializes a new instance of the OdPolygon class.

Parameters:

ParameterTypeDescription
parentOdObjectThe parent.

getPoints()

public PointF[] getPoints()

Gets or sets the points.

Returns: com.aspose.imaging.PointF[] - The points.

setPoints(PointF[] value)

public void setPoints(PointF[] value)

Gets or sets the points.

Parameters:

ParameterTypeDescription
valuePointF[]The points.