public class ShiftTransformation extends BlockTransformation
block| Constructor and Description |
|---|
ShiftTransformation(Block block,
int rowShift,
int colShift) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Block |
getBlockAfterTransformation() |
int |
hashCode() |
java.lang.String |
toString() |
java.util.List |
transformCell(Point p)
Transforms given spreadsheet cell
|
java.util.List |
transformCell(java.lang.String sheetName,
CellRef cellRef)
Transforms given spreadsheet cell
|
getBlock, getDuplicatedCellRef, setBlockpublic ShiftTransformation(Block block, int rowShift, int colShift)
public Block getBlockAfterTransformation()
getBlockAfterTransformation in class BlockTransformationpublic java.util.List transformCell(Point p)
BlockTransformationtransformCell in class BlockTransformationp - - Point representing spreadsheet cell to transformList of Point objects which are result of source cell transformationpublic java.util.List transformCell(java.lang.String sheetName,
CellRef cellRef)
BlockTransformationtransformCell in class BlockTransformationsheetName - - indicates sheet containing cell to transformcellRef - - CellRef object representing spreadsheet cell to transformList of cell names which are result of source cell transformationpublic boolean equals(java.lang.Object obj)
equals in class BlockTransformationpublic int hashCode()
hashCode in class BlockTransformationpublic java.lang.String toString()
toString in class BlockTransformationCopyright © 2005-2014 jXLS Team. All Rights Reserved.