|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.spc.math.ValuesCalculator
lt.monarch.chart.spc.math.LinePlotValuesCalculator
public class LinePlotValuesCalculator extends ValuesCalculator
Calculates values for line plot chart.
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.spc.math.ValuesCalculator |
|---|
nullName |
| Constructor and Description |
|---|
LinePlotValuesCalculator()
|
| Modifier and Type | Method and Description |
|---|---|
int |
getModels(ChartDataModel barsModel,
ChartDataModel srcModel,
java.util.LinkedList<ChartDataInfo> items)
Calculates values for the LinePlot chart. |
protected void |
validateDataModel(ChartDataModel dataModel)
Validates data model. |
| Methods inherited from class lt.monarch.chart.spc.math.ValuesCalculator |
|---|
average, fill, fill, fillColumn, fillColumn, fillConstant, fillConstant, getAverage, getc4, getColumn, getd2, getd3, getD3, getD4, getDouble, getE, getF, getG, getH, isEmpty, isNconstant, validateDataModel, validateDataModel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinePlotValuesCalculator()
| Method Detail |
|---|
public int getModels(ChartDataModel barsModel,
ChartDataModel srcModel,
java.util.LinkedList<ChartDataInfo> items)
throws DataFormatException
barsModel - the destination model for bars.srcModel - the input data model.items - collection to put in elements and their counts.DataFormatException - when the input data are invalid.
protected void validateDataModel(ChartDataModel dataModel)
throws DataFormatException
ValuesCalculator
validateDataModel in class ValuesCalculatordataModel - input chart data model.DataFormatException - when the data is invalid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||