Example usage for Java java.awt.font TextHitInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | isLeadingEdge |
int | getCharIndex() Returns the index of the character hit. |
int | getInsertionIndex() Returns the insertion index. |
TextHitInfo | leading(int charIndex) Creates a TextHitInfo on the leading edge of the character at the specified charIndex . |