Class CellDataSet
java.lang.Object
org.pentaho.di.trans.steps.olapinput.olap4jhelper.CellDataSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAbstractBaseCell[][]AbstractBaseCell[][]intintintgetWidth()voidsetCellSetBody(AbstractBaseCell[][] cellSet) voidsetCellSetHeaders(AbstractBaseCell[][] cellSet) voidsetHeight(int height) voidsetOffset(int offset) voidsetWidth(int width)
-
Constructor Details
-
CellDataSet
public CellDataSet() -
CellDataSet
public CellDataSet(int width, int height)
-
-
Method Details
-
getCellSetHeaders
-
setCellSetHeaders
-
getCellSetBody
-
setCellSetBody
-
setOffset
public void setOffset(int offset) -
getOffset
public int getOffset() -
setWidth
public void setWidth(int width) - Parameters:
width- the width to set
-
getWidth
public int getWidth()- Returns:
- the width
-
setHeight
public void setHeight(int height) - Parameters:
height- the height to set
-
getHeight
public int getHeight()- Returns:
- the height
-