org.millscript.office.spreadsheet.formula
Class AbsoluteCellAddress

java.lang.Object
  extended by org.millscript.office.spreadsheet.formula.CellAddress
      extended by org.millscript.office.spreadsheet.formula.AbsoluteCellAddress

public class AbsoluteCellAddress
extends CellAddress


Constructor Summary
AbsoluteCellAddress(int row, boolean rowRel, int col, boolean colRel)
           
 
Method Summary
 CellAddress getCellAddress(int row, int col)
           
 int getColumnRelativeTo(int startingColumn)
           
 int getRowRelativeTo(int startingRow)
           
 java.lang.String toString()
           
 
Methods inherited from class org.millscript.office.spreadsheet.formula.CellAddress
appendColumnLetters, getColumn, getColumnRelativeTo, getRow, getRowRelativeTo, isColumnRelative, isRowRelative
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbsoluteCellAddress

public AbsoluteCellAddress(int row,
                           boolean rowRel,
                           int col,
                           boolean colRel)
Method Detail

getCellAddress

public CellAddress getCellAddress(int row,
                                  int col)
Specified by:
getCellAddress in class CellAddress
See Also:
CellAddress.getCellAddress(int, int)

getColumnRelativeTo

public int getColumnRelativeTo(int startingColumn)
Specified by:
getColumnRelativeTo in class CellAddress
See Also:
CellAddress.getColumnRelativeTo(int)

getRowRelativeTo

public int getRowRelativeTo(int startingRow)
Specified by:
getRowRelativeTo in class CellAddress
See Also:
CellAddress.getRowRelativeTo(int)

toString

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


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.