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