扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.awt类graphics的类成员方法: drawoval定义及介绍
发布时间:2014-2-16
本文导语:
drawoval
public abstract void drawoval(int x,
int y,
int width,
int height)
绘制椭圆的边框。得到一个圆或椭圆,它刚好能放入由 x、y、width 和 height 参数指定的矩形中。
...