Lines Matching defs:nPoints
648 * @param nPoints the total number of points
653 int nPoints) {
654 g.drawPolyline(xPoints, yPoints, nPoints);
667 * 1 ≤ <i>i</i> ≤ <code>nPoints</code>.
672 * @param nPoints a the total number of points.
677 int nPoints) {
678 g.drawPolygon(xPoints, yPoints, nPoints);
701 * 1 ≤ <i>i</i> ≤ <code>nPoints</code>.
709 * @param nPoints a the total number of points.
713 int nPoints) {
714 g.fillPolygon(xPoints, yPoints, nPoints);