扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.tree类fixedheightlayoutcache的类成员方法: getbounds定义及介绍
发布时间:2014-2-18
本文导语:
getbounds
public rectangle getbounds(treepath path,
rectangle placein)
返回给出绘制路径所需边界的矩形。
指定者:类 abstractlayoutcache 中的 getbounds
参数:path - 指定节点的 treepathplacein - 提供可用空间的 rectangle 对象
...