您的浏览器已禁用 JavaScript。
跳过导航链接
程序包
类
使用
树
已过时
索引
帮助
上一个字母
下一个字母
框架
无框架
所有类
D
G
H
I
L
S
T
S
saveCenterPoint()
- 类 中的方法strdraw.
StrDraw
保存中心点设置
setCenterPoint(int, int)
- 类 中的方法strdraw.
StrDraw
设置中心点(一切绘图中用到x, y坐标的部分都是中心点的偏移, 中心点必须在坐标范围内)
更详细的说就是假如中心点为5, 5 而画图函数中传入的是3, 3 那么实际画图的坐标就是8, 8
setCharAt(int, char)
- 类 中的方法strdraw.
StrDraw
以实际字符串中的位置填充字符
setStrAt(int, String)
- 类 中的方法strdraw.
StrDraw
以实际字符串中的位置填充字符串
strdraw
- 程序包 strdraw
StrDraw
-
strdraw
中的类
将字符串用换行分割后视为平面图形来画图的类
注意:线程不同步
注意:暂未对\n进行过滤 绘图中应避免使用\n
注意:绘图中所使用的坐标均为从0开始
StrDraw()
- 类 的构造器strdraw.
StrDraw
D
G
H
I
L
S
T
跳过导航链接
程序包
类
使用
树
已过时
索引
帮助
上一个字母
下一个字母
框架
无框架
所有类