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