当前位置: 技术问答>java相关
我想编一行文字从上往下输出,高手拿分!
来源: 互联网 发布时间:2015-04-16
本文导语: 文字从上往下,高度可自动调整,而不是通常的从左到右, 请高手们为小弟解释解释!! 谢谢 | abstract void drawString(AttributedCharacterIterator iterator, int x, int y) Draws the text given b...
文字从上往下,高度可自动调整,而不是通常的从左到右,
请高手们为小弟解释解释!!
谢谢
请高手们为小弟解释解释!!
谢谢
|
abstract void drawString(AttributedCharacterIterator iterator, int x, int y)
Draws the text given by the specified iterator, using this graphics context's current color.
abstract void drawString(String str, int x, int y)
Draws the text given by the specified string, using this graphics context's current font and color.
这是graphics的drawString的两个方法,你说的可能是上面的那个方法,它的意思是输出iterator指定的文本,但好象不是说要纵
Draws the text given by the specified iterator, using this graphics context's current color.
abstract void drawString(String str, int x, int y)
Draws the text given by the specified string, using this graphics context's current font and color.
这是graphics的drawString的两个方法,你说的可能是上面的那个方法,它的意思是输出iterator指定的文本,但好象不是说要纵