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
Constructor | Description |
---|---|
OdPolygon(OdObject parent) | Initializes a new instance of the OdPolygon class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The 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:
Parameter | Type | Description |
---|---|---|
value | PointF[] | The points. |