public class IltPolyline extends Object
IltPolygon
Modifier and Type | Field and Description |
---|---|
int |
npoints
The total number of points.
|
int[] |
xpoints
The array of x coordinates.
|
int[] |
ypoints
The array of y coordinates.
|
Constructor and Description |
---|
IltPolyline(int[] xpoints,
int[] ypoints,
int npoints)
Creates a polyline.
|
public int npoints
public int[] xpoints
public int[] ypoints
public IltPolyline(int[] xpoints, int[] ypoints, int npoints)
Note: The implementation may remove redundant points.
xpoints
- the array of x coordinatesypoints
- the array of y coordinatesnpoints
- the total number of points in the polygon© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.