Community
Participate
Working Groups
* the Point to be added to this figure
*/
public void addPoint(Point pt) {
erase();
points.addPoint(pt);
repaint();
}
* the position in this figure where the point is to be added
public void insertPoint(Point pt, int index) {
points.insertPoint(pt, index);