扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类debuggraphics的类成员方法: create定义及介绍
发布时间:2014-2-18
本文导语:
create
public graphics create(int x,
int y,
int width,
int height)
重写 graphics.create 来返回一个 debuggraphics 对象。
覆盖:类 graphics 中的 create
参数:x - x 坐标。y - y 坐标。width - 剪贴...