public abstract class BaseTransformation extends java.lang.Object implements Transformation
Transformation interface implementations| Modifier | Constructor and Description |
|---|---|
protected |
BaseTransformation() |
protected |
BaseTransformation(int firstRowNum,
int lastRowNum) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransformation(Transformation transformation) |
int |
getFirstRowNum() |
int |
getLastRowNum() |
int |
getNextRowShiftNumber() |
int |
getShiftNumber() |
java.util.List |
getTransformations() |
void |
setFirstRowNum(int firstRowNum) |
void |
setLastRowNum(int lastRowNum) |
protected BaseTransformation()
protected BaseTransformation(int firstRowNum,
int lastRowNum)
public void addTransformation(Transformation transformation)
addTransformation in interface Transformationpublic int getFirstRowNum()
getFirstRowNum in interface Transformationpublic void setFirstRowNum(int firstRowNum)
public int getLastRowNum()
getLastRowNum in interface Transformationpublic void setLastRowNum(int lastRowNum)
public java.util.List getTransformations()
getTransformations in interface Transformationpublic int getShiftNumber()
getShiftNumber in interface Transformationpublic int getNextRowShiftNumber()
getNextRowShiftNumber in interface TransformationCopyright © 2005-2014 jXLS Team. All Rights Reserved.