public class CellDataSet extends Object
Constructor and Description |
---|
CellDataSet() |
CellDataSet(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
AbstractBaseCell[][] |
getCellSetBody() |
AbstractBaseCell[][] |
getCellSetHeaders() |
int |
getHeight() |
int |
getOffset() |
int |
getWidth() |
void |
setCellSetBody(AbstractBaseCell[][] cellSet) |
void |
setCellSetHeaders(AbstractBaseCell[][] cellSet) |
void |
setHeight(int height) |
void |
setOffset(int offset) |
void |
setWidth(int width) |
public CellDataSet()
public CellDataSet(int width, int height)
public AbstractBaseCell[][] getCellSetHeaders()
public void setCellSetHeaders(AbstractBaseCell[][] cellSet)
public AbstractBaseCell[][] getCellSetBody()
public void setCellSetBody(AbstractBaseCell[][] cellSet)
public void setOffset(int offset)
public int getOffset()
public void setWidth(int width)
width
- the width to setpublic int getWidth()
public void setHeight(int height)
height
- the height to setpublic int getHeight()
Copyright © 2018 Hitachi Vantara. All rights reserved.