org.weda.report.excel
Class CellPosition

java.lang.Object
  extended by org.weda.report.excel.CellPosition

public class CellPosition
extends java.lang.Object

Author:
Mikhail Titov

Constructor Summary
CellPosition(int row, int col)
           
 
Method Summary
 int getCol()
           
 int getRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellPosition

public CellPosition(int row,
                    int col)
Method Detail

getRow

public int getRow()

getCol

public int getCol()


Copyright © 2005-2006 . All Rights Reserved.