扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类progressmonitor.accessibleprogressmonitor的类成员方法: getindexatpoint定义及介绍
发布时间:2014-2-18
本文导语:
getindexatpoint
public int getindexatpoint(point p)
在本地坐标中给定一个点,返回该 point 下字符的从零开始的索引。如果该点无效,则此方法返回 -1。
指定者:接口 accessibletext 中的 getindexatpoint
参数:p - 本地坐标中的点
返回:点 p...