org.concord.util
Interface TextBounds


public interface TextBounds


Method Summary
 int getBeginColumn()
           
 int getBeginLine()
           
 int getEndColumn()
           
 int getEndLine()
           
 

Method Detail

getBeginLine

public int getBeginLine()

getBeginColumn

public int getBeginColumn()

getEndLine

public int getEndLine()

getEndColumn

public int getEndColumn()