swingwt.awt.font
Class TextHitInfo

java.lang.Object
  extended byswingwt.awt.font.TextHitInfo

public class TextHitInfo
extends java.lang.Object


Method Summary
static TextHitInfo afterOffset(int offset)
           
static TextHitInfo beforeOffset(int offset)
           
 boolean equals(java.lang.Object obj)
           
 int getCharIndex()
           
 int getInsertionIndex()
           
 TextHitInfo getOffsetHit(int delta)
           
 TextHitInfo getOtherHit()
           
 int hashCode()
           
 boolean isLeadingEdge()
           
static TextHitInfo leading(int charIndex)
           
static TextHitInfo trailing(int charIndex)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

leading

public static TextHitInfo leading(int charIndex)

trailing

public static TextHitInfo trailing(int charIndex)

beforeOffset

public static TextHitInfo beforeOffset(int offset)

afterOffset

public static TextHitInfo afterOffset(int offset)

getOffsetHit

public TextHitInfo getOffsetHit(int delta)

getCharIndex

public int getCharIndex()

isLeadingEdge

public boolean isLeadingEdge()

getInsertionIndex

public int getInsertionIndex()

getOtherHit

public TextHitInfo getOtherHit()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)