扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类debuggraphics的类成员方法: fillpolygon定义及介绍
发布时间:2014-2-18
本文导语:
fillpolygon
public void fillpolygon(int[] xpoints,
int[] ypoints,
int npoints)
重写 graphics.fillpolygon。
指定者:类 graphics 中的 fillpolygon
参数:xpoints - x 坐标数组。ypoints - y 坐标数组。npoints - 点的总数。...