Constructor and Description |
---|
WmfPolyPolygon() |
Modifier and Type | Method and Description |
---|---|
Point[][] |
getAPoints()
Gets or sets a points.
|
int[] |
getAPointsPerPolygon()
Gets or sets a points per polygon.
|
int |
getNumberOfPolygons()
Gets or sets the number of polygons.
|
void |
setAPoints(Point[][] value)
Gets or sets a points.
|
void |
setAPointsPerPolygon(int[] value)
Gets or sets a points per polygon.
|
void |
setNumberOfPolygons(int value)
Gets or sets the number of polygons.
|
public int getNumberOfPolygons()
Gets or sets the number of polygons. The number of polygons in the object.
Value: The number of polygons.public void setNumberOfPolygons(int value)
Gets or sets the number of polygons. The number of polygons in the object.
Value: The number of polygons.public int[] getAPointsPerPolygon()
Gets or sets a points per polygon.
Value: The number of points for each polygon in the object.public void setAPointsPerPolygon(int[] value)
Gets or sets a points per polygon.
Value: The number of points for each polygon in the object.public Point[][] getAPoints()
Gets or sets a points.
Value: a points.public void setAPoints(Point[][] value)
Gets or sets a points.
Value: a points.