net.sf.jxls.tag
Class Point

java.lang.Object
  extended by net.sf.jxls.tag.Point

public class Point
extends java.lang.Object

Represents a single cell

Author:
Leonid Vysochyn

Constructor Summary
Point(int row, short col)
           
Point(java.lang.String refCell)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getCellRef()
           
 short getCol()
           
 int getRow()
           
 int hashCode()
           
 void setCol(short col)
           
 void setRow(int row)
           
 Point shift(int rowOffset, int colOffset)
           
 java.lang.String toString()
           
 java.lang.String toString(java.lang.String sheetName)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point

public Point(int row,
             short col)

Point

public Point(java.lang.String refCell)
Method Detail

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-2013 jXLS Team. All Rights Reserved.