|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.util.Region
CellRangeAddress
public class Region
Represents a from/to row/col square. This is a object primitive that can be used to represent row,col - row,col just as one would use String to represent a string of characters. Its really only useful for HSSF though.
Constructor Summary | |
---|---|
Region()
Deprecated. Creates a new instance of Region (0,0 - 0,0) |
|
Region(int rowFrom,
short colFrom,
int rowTo,
short colTo)
Deprecated. |
Method Summary | |
---|---|
static Region[] |
convertCellRangesToRegions(CellRangeAddress[] cellRanges)
Deprecated. Convert a List of CellRange objects to an array of regions |
static CellRangeAddress[] |
convertRegionsToCellRanges(Region[] regions)
Deprecated. |
static CellRangeAddress |
convertToCellRangeAddress(Region r)
Deprecated. |
short |
getColumnFrom()
Deprecated. get the upper left hand corner column number |
short |
getColumnTo()
Deprecated. get the lower right hand corner column number |
int |
getRowFrom()
Deprecated. get the upper left hand corner row number |
int |
getRowTo()
Deprecated. get the lower right hand corner row number |
void |
setColumnFrom(short colFrom)
Deprecated. set the upper left hand corner column number |
void |
setColumnTo(short colTo)
Deprecated. set the lower right hand corner column number |
void |
setRowFrom(int rowFrom)
Deprecated. set the upper left hand corner row number |
void |
setRowTo(int rowTo)
Deprecated. get the lower right hand corner row number |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Region()
public Region(int rowFrom, short colFrom, int rowTo, short colTo)
Method Detail |
---|
public short getColumnFrom()
public int getRowFrom()
public short getColumnTo()
public int getRowTo()
public void setColumnFrom(short colFrom)
colFrom
- column number for the upper left hand cornerpublic void setRowFrom(int rowFrom)
rowFrom
- row number for the upper left hand cornerpublic void setColumnTo(short colTo)
colTo
- column number for the lower right hand cornerpublic void setRowTo(int rowTo)
rowTo
- row number for the lower right hand cornerpublic static Region[] convertCellRangesToRegions(CellRangeAddress[] cellRanges)
List
- of CellRange objects
public static CellRangeAddress[] convertRegionsToCellRanges(Region[] regions)
public static CellRangeAddress convertToCellRangeAddress(Region r)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |