public class GraphRowAverages extends AbstractGraphRow
color, drawLine, label, legendColorBox, LINE_THICKNESS_BIG, MARKER_SIZE_BIG, MARKER_SIZE_NONE, MARKER_SIZE_SMALL, markerSize, maxX, minX, ROW_AVERAGES, ROW_EXACT_VALUES, ROW_OVERALL_AVERAGES, ROW_PERCENTILES, ROW_ROLLING_SUM_VALUES, ROW_SIMPLE, ROW_SUM_VALUES| Constructor and Description |
|---|
GraphRowAverages() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long xVal,
double yVal) |
AbstractGraphPanelChartElement |
getElement(long value)
Needed for csv export.
|
AbstractGraphPanelChartElement |
getLowerElement(long value)
Needed for aggregate average rows witch need to be summed.
|
Iterator<Map.Entry<Long,AbstractGraphPanelChartElement>> |
iterator() |
int |
size() |
getColor, getFirstTime, getGranulationValue, getHigherKey, getLabel, getLegendColorBox, getMarkerSize, getMaxX, getMinMaxY, getMinX, instantiateNewRow, isDrawBar, isDrawLine, isDrawOnChart, isDrawSpline, isDrawThickLines, isDrawValueLabel, isShowInLegend, setColor, setDrawBar, setDrawLine, setDrawOnChart, setDrawSpline, setDrawThickLines, setDrawValueLabel, setExcludeOutOfRangeValues, setGranulationValue, setLabel, setLegendColorBox, setMarkerSize, setShowInLegendpublic void add(long xVal,
double yVal)
add in class AbstractGraphRowxVal - yVal - public Iterator<Map.Entry<Long,AbstractGraphPanelChartElement>> iterator()
iterator in class AbstractGraphRowpublic int size()
size in class AbstractGraphRowpublic AbstractGraphPanelChartElement getElement(long value)
AbstractGraphRowgetElement in class AbstractGraphRowvalue - the key to get the elementpublic AbstractGraphPanelChartElement getLowerElement(long value)
AbstractGraphRowgetLowerElement in class AbstractGraphRowvalue - the upper key to get the floor elementCopyright © 2016. All rights reserved.