|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.data.AbstractDataSet
inetsoft.graph.data.AbstractDataSetFilter
inetsoft.graph.data.SumDataSet
public class SumDataSet
This class prepares sum data for measures, and the sum data is grouped by dimensions.
| Field Summary | |
|---|---|
static String |
ALL_HEADER_PREFIX
The all header prefix. |
static String |
SUM_HEADER
The sum header. |
static String |
SUM_HEADER_PREFIX
The sum header prefix. |
| Constructor Summary | |
|---|---|
SumDataSet(DataSet base,
String[] measures,
String dim)
Create a sum data set. |
|
| Method Summary | |
|---|---|
void |
addAllColumn(String cname)
Add all column. |
Object |
clone()
Clone the data set. |
int |
getBaseCol(int c)
Get the base column index on its base data set of the specified column. |
int |
getBaseRow(int r)
Get the base row index on its base data set of the specified row. |
| Methods inherited from class inetsoft.graph.data.AbstractDataSetFilter |
|---|
convertToField, getCalcColumns, getCalcRows, getColCount0, getComparator0, getData0, getDataSet, getDrillHyperlinks, getDrillHyperlinks, getFormat, getFormat, getHeader0, getHyperlink, getHyperlink, getRootCol, getRootDataSet, getRootRow, getRowCount0, getType0, indexOfHeader0, isMeasure0, prepareGraph, removeCalcValues |
| Methods inherited from class inetsoft.graph.data.AbstractDataSet |
|---|
addCalcColumn, addCalcRow, getCalcColumns, getColCount, getComparator, getData, getData, getHeader, getRowCount, getType, indexOfHeader, isMeasure, prepareCalc, process, removeCalcColumns, removeCalcColValues, removeCalcRows, removeCalcRows, removeCalcRowValues |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface inetsoft.graph.data.DataSet |
|---|
addCalcColumn, addCalcRow, getCalcColumns, getColCount, getComparator, getData, getData, getHeader, getRowCount, getType, indexOfHeader, isMeasure, prepareCalc, removeCalcColumns, removeCalcColValues, removeCalcRows, removeCalcRows, removeCalcRowValues |
| Field Detail |
|---|
public static final String SUM_HEADER
public static String SUM_HEADER_PREFIX
public static String ALL_HEADER_PREFIX
| Constructor Detail |
|---|
public SumDataSet(DataSet base,
String[] measures,
String dim)
base - the specified base data set.measures - the measures to summarize.dim - the dimension to add summary header.| Method Detail |
|---|
public int getBaseRow(int r)
getBaseRow in interface DataSetFiltergetBaseRow in class AbstractDataSetFilterr - the specified row index.
public int getBaseCol(int c)
getBaseCol in interface DataSetFiltergetBaseCol in class AbstractDataSetFilterc - the specified column index.
public void addAllColumn(String cname)
public Object clone()
clone in interface DataSetclone in class AbstractDataSetFilter
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||