net.sf.jxls.transformation
Class BaseTransformation

java.lang.Object
  extended by net.sf.jxls.transformation.BaseTransformation
All Implemented Interfaces:
Transformation
Direct Known Subclasses:
ResultTransformation

public abstract class BaseTransformation
extends java.lang.Object
implements Transformation

Base class for Transformation interface implementations

Author:
Leonid Vysochyn

Constructor Summary
protected BaseTransformation()
           
protected BaseTransformation(int firstRowNum, int lastRowNum)
           
 
Method Summary
 void addTransformation(Transformation transformation)
           
 int getFirstRowNum()
           
 int getLastRowNum()
           
 int getNextRowShiftNumber()
           
 int getShiftNumber()
           
 java.util.List getTransformations()
           
 void setFirstRowNum(int firstRowNum)
           
 void setLastRowNum(int lastRowNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTransformation

protected BaseTransformation()

BaseTransformation

protected BaseTransformation(int firstRowNum,
                             int lastRowNum)
Method Detail

addTransformation

public void addTransformation(Transformation transformation)
Specified by:
addTransformation in interface Transformation

getFirstRowNum

public int getFirstRowNum()
Specified by:
getFirstRowNum in interface Transformation

setFirstRowNum

public void setFirstRowNum(int firstRowNum)

getLastRowNum

public int getLastRowNum()
Specified by:
getLastRowNum in interface Transformation

setLastRowNum

public void setLastRowNum(int lastRowNum)

getTransformations

public java.util.List getTransformations()
Specified by:
getTransformations in interface Transformation

getShiftNumber

public int getShiftNumber()
Specified by:
getShiftNumber in interface Transformation

getNextRowShiftNumber

public int getNextRowShiftNumber()
Specified by:
getNextRowShiftNumber in interface Transformation


Copyright © 2005-2013 jXLS Team. All Rights Reserved.