Searched refs:hitInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextHitInfo.java79 * TextHitInfo hitInfo = layout.hitTestChar(hitPoint.x, hitPoint.y);
80 * int insPoint = hitInfo.getInsertionIndex();
156 * @param hitInfo a specified <code>TextHitInfo</code>
161 public boolean equals(TextHitInfo hitInfo) { argument
162 return hitInfo != null && charIndex == hitInfo.charIndex &&
163 isLeadingEdge == hitInfo.isLeadingEdge;

Completed in 30 milliseconds