public class ExcelSheetPointFactory extends SheetPointFactory
Constructor and Description |
---|
ExcelSheetPointFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends SheetPoint> |
getSheetPointClass()
Access to the surrounding class implementing the SheetPoint interface.
|
ExcelSheetPoint |
makeSheetPoint(java.lang.String cellStr)
Make sheet point.
|
ExcelSheetPoint |
makeSheetPoint(java.lang.String name,
RSSheet sheet,
int row,
short col)
Make sheet point.
|
ExcelSheetPoint |
makeSheetPoint(java.lang.String roundingCell,
RSWorkbook wb)
Make sheet point.
|
equals
public ExcelSheetPoint makeSheetPoint(java.lang.String cellStr) throws InvalidSheetPointException
SheetPointFactory
makeSheetPoint
in class SheetPointFactory
cellStr
- the cell strInvalidSheetPointException
- the invalid sheet point exceptionpublic ExcelSheetPoint makeSheetPoint(java.lang.String roundingCell, RSWorkbook wb) throws InvalidSheetPointException
SheetPointFactory
makeSheetPoint
in class SheetPointFactory
roundingCell
- the rounding cellwb
- the wbInvalidSheetPointException
- the invalid sheet point exceptionpublic ExcelSheetPoint makeSheetPoint(java.lang.String name, RSSheet sheet, int row, short col)
SheetPointFactory
makeSheetPoint
in class SheetPointFactory
name
- the namesheet
- the sheetrow
- the mincol
- the min2public java.lang.Class<? extends SheetPoint> getSheetPointClass()
SheetPointFactory
getSheetPointClass
in class SheetPointFactory
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa