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

Field Summary
(package private)  boolean isTagProcessResult
           
(package private)  short lastCellShift
           
(package private)  int lastProcessedRow
           
(package private)  int lastRowShift
           
(package private)  short nextCellShift
           
(package private)  int nextRowShift
           
 
Fields inherited from class net.sf.jxls.transformation.BaseTransformation
firstRowNum, lastRowNum, transformations
 
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()
           
 boolean isTagProcessResult()
           
 void setLastProcessedRow(int lastProcessedRow)
           
 void setLastRowShift(int lastRowShift)
           
 void setNextRowShift(int nextRowShift)
           
 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
 

Field Detail

lastRowShift

int lastRowShift

nextRowShift

int nextRowShift

nextCellShift

short nextCellShift

lastCellShift

short lastCellShift

lastProcessedRow

int lastProcessedRow

isTagProcessResult

boolean isTagProcessResult
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()


Copyright 2005-2005-2007 jXLS Team. All Rights Reserved.