当前位置: 技术问答>java相关
about Graphics class?
来源: 互联网 发布时间:2015-07-19
本文导语: 1、public abstract void dispose() 的作用是什么呀干什么用的,它释放Graphics class 的资源吗,没有可以吗 2、drawString(AttributedCharacterIterator iterator, int x, int y) 第一参数AttributedCharacterIterator是什么呀? 3、 drawChars(char...
1、public abstract void dispose()
的作用是什么呀干什么用的,它释放Graphics class 的资源吗,没有可以吗
2、drawString(AttributedCharacterIterator iterator,
int x,
int y)
第一参数AttributedCharacterIterator是什么呀?
3、 drawChars(char[] data, //是不是打印出这个字符数组呀
int offset, //什么呀偏移量呀,不会和汇编中的一样吧
int length, //数组长度吗
int x, //打印坐标吧
int y)
这个方法是什么意思呀?
4、drawImage(Image img,
int x,
int y,
ImageObserver Observer)
第四个参数是什么意思呀?
谢谢了
的作用是什么呀干什么用的,它释放Graphics class 的资源吗,没有可以吗
2、drawString(AttributedCharacterIterator iterator,
int x,
int y)
第一参数AttributedCharacterIterator是什么呀?
3、 drawChars(char[] data, //是不是打印出这个字符数组呀
int offset, //什么呀偏移量呀,不会和汇编中的一样吧
int length, //数组长度吗
int x, //打印坐标吧
int y)
这个方法是什么意思呀?
4、drawImage(Image img,
int x,
int y,
ImageObserver Observer)
第四个参数是什么意思呀?
谢谢了
|
你看看 jdk 的 docs.