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 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.