KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > font > TextHitInfo

java.awt.font
Class TextHitInfo

java.lang.Object
  extended by java.awt.font.TextHitInfo
See Also:
Source Code, TextLayout

public static TextHitInfo afterOffset(int offset)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static TextHitInfo beforeOffset(int offset)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(TextHitInfo hitInfo)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getCharIndex()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getInsertionIndex()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TextHitInfo getOffsetHit(int delta)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TextHitInfo getOtherHit()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isLeadingEdge()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static TextHitInfo leading(int charIndex)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static TextHitInfo trailing(int charIndex)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags