net.sf.jxls.transformation
Class ResultTransformation

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

public class ResultTransformation
extends BaseTransformation

Result information about transformation

Author:
Leonid Vysochyn

Constructor Summary
ResultTransformation()
           
ResultTransformation(int nextRowShift)
           
ResultTransformation(int nextRowShift, int lastRowShift)
           
ResultTransformation(short nextCellShift, short lastCellShift)
           
 
Method Summary
 ResultTransformation add(ResultTransformation transformation)
           
 ResultTransformation addNextRowShift(int shift)
           
 ResultTransformation addRightShift(short shift)
           
 short getLastCellShift()
           
 int getLastProcessedRow()
           
 int getLastRowShift()
           
 short getNextCellShift()
           
 int getNextRowShift()
           
 int getStartCellShift()
           
 boolean isTagProcessResult()
           
 void setLastProcessedRow(int lastProcessedRow)
           
 void setLastRowShift(int lastRowShift)
           
 void setNextRowShift(int nextRowShift)
           
 void setStartCellShift(int startCellShift)
           
 void setTagProcessResult(boolean tagProcessResult)
           
 Block transformBlock(Block block)
           
 
Methods inherited from class net.sf.jxls.transformation.BaseTransformation
addTransformation, getFirstRowNum, getLastRowNum, getNextRowShiftNumber, getShiftNumber, getTransformations, setFirstRowNum, setLastRowNum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultTransformation

public ResultTransformation()

ResultTransformation

public ResultTransformation(short nextCellShift,
                            short lastCellShift)

ResultTransformation

public ResultTransformation(int nextRowShift)

ResultTransformation

public ResultTransformation(int nextRowShift,
                            int lastRowShift)
Method Detail

isTagProcessResult

public boolean isTagProcessResult()

setTagProcessResult

public void setTagProcessResult(boolean tagProcessResult)

getLastProcessedRow

public int getLastProcessedRow()

setLastProcessedRow

public void setLastProcessedRow(int lastProcessedRow)

add

public ResultTransformation add(ResultTransformation transformation)

transformBlock

public Block transformBlock(Block block)

addNextRowShift

public ResultTransformation addNextRowShift(int shift)

addRightShift

public ResultTransformation addRightShift(short shift)

getLastCellShift

public short getLastCellShift()

getLastRowShift

public int getLastRowShift()

setLastRowShift

public void setLastRowShift(int lastRowShift)

getNextRowShift

public int getNextRowShift()

setNextRowShift

public void setNextRowShift(int nextRowShift)

getNextCellShift

public short getNextCellShift()

getStartCellShift

public int getStartCellShift()

setStartCellShift

public void setStartCellShift(int startCellShift)


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