Class CellDataSet
java.lang.Object
org.pentaho.di.trans.steps.olapinput.olap4jhelper.CellDataSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAbstractBaseCell[][]
AbstractBaseCell[][]
int
int
int
getWidth()
void
setCellSetBody
(AbstractBaseCell[][] cellSet) void
setCellSetHeaders
(AbstractBaseCell[][] cellSet) void
setHeight
(int height) void
setOffset
(int offset) void
setWidth
(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
-