public class CellLabelFiller extends Object implements DataCellTraverser.CellFiller
Constructor and Description |
---|
CellLabelFiller(Pivottable table,
PivotRenderer renderer,
DataCellTraverser trav) |
Modifier and Type | Method and Description |
---|---|
void |
fill(Number summary,
PivotHeaderContext rowCtx,
PivotHeaderContext colCtx,
PivotField dataField,
int ri,
int ci,
boolean isRowGT) |
String[][] |
getDataCells() |
String[][] |
getRowGrandTotalCells() |
public CellLabelFiller(Pivottable table, PivotRenderer renderer, DataCellTraverser trav)
public String[][] getDataCells()
public String[][] getRowGrandTotalCells()
public void fill(Number summary, PivotHeaderContext rowCtx, PivotHeaderContext colCtx, PivotField dataField, int ri, int ci, boolean isRowGT)
fill
in interface DataCellTraverser.CellFiller
Copyright © 2017. All rights reserved.