com.conradroche.matra.data
Class CursorLocation

java.lang.Object
  |
  +--com.conradroche.matra.data.CursorLocation

public class CursorLocation
extends java.lang.Object

Class to hold the location of the read cursor within the data.

Author:
Conrad Roche

Constructor Summary
CursorLocation(int row, int clm, int offset)
          CursorLocation Constructor.
 
Method Summary
 int getColumn()
           
 int getOffset()
           
 int getRow()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CursorLocation

public CursorLocation(int row,
                      int clm,
                      int offset)
CursorLocation Constructor.
Parameters:
row - The row number.
clm - The column number.
offset - The offset from the start of the data.
Method Detail

getRow

public int getRow()

getColumn

public int getColumn()

getOffset

public int getOffset()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object