net.sf.jxls.tag
Class Point
java.lang.Object
net.sf.jxls.tag.Point
public class Point
- extends java.lang.Object
Represents a single cell
- Author:
- Leonid Vysochyn
|
Field Summary |
(package private) short |
col
|
(package private) int |
row
|
|
Constructor Summary |
Point(int row,
short col)
|
Point(java.lang.String refCell)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
row
int row
col
short col
Point
public Point(int row,
short col)
Point
public Point(java.lang.String refCell)
shift
public Point shift(int rowOffset,
int colOffset)
getRow
public int getRow()
setRow
public void setRow(int row)
getCol
public short getCol()
setCol
public void setCol(short col)
getCellRef
public java.lang.String getCellRef()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toString
public java.lang.String toString(java.lang.String sheetName)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright 2005-2005-2007 jXLS Team. All Rights Reserved.