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. | 
equalspublic ExcelSheetPoint makeSheetPoint(java.lang.String cellStr) throws InvalidSheetPointException
SheetPointFactorymakeSheetPoint in class SheetPointFactorycellStr - the cell strInvalidSheetPointException - the invalid sheet point exceptionpublic ExcelSheetPoint makeSheetPoint(java.lang.String roundingCell, RSWorkbook wb) throws InvalidSheetPointException
SheetPointFactorymakeSheetPoint in class SheetPointFactoryroundingCell - the rounding cellwb - the wbInvalidSheetPointException - the invalid sheet point exceptionpublic ExcelSheetPoint makeSheetPoint(java.lang.String name, RSSheet sheet, int row, short col)
SheetPointFactorymakeSheetPoint in class SheetPointFactoryname - the namesheet - the sheetrow - the mincol - the min2public java.lang.Class<? extends SheetPoint> getSheetPointClass()
SheetPointFactorygetSheetPointClass in class SheetPointFactoryCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa