public class GraphRowPercentiles extends GraphRowSumValues
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 |
|---|
GraphRowPercentiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long xVal,
double yVal) |
AbstractGraphPanelChartElement |
getElement(long value)
Needed for csv export.
|
long |
getMaxX() |
long |
getMinX() |
Iterator<Map.Entry<Long,AbstractGraphPanelChartElement>> |
iterator() |
int |
size() |
hasNext, next, remove, setExcludeOutOfRangeValuesgetColor, getFirstTime, getGranulationValue, getHigherKey, getLabel, getLegendColorBox, getLowerElement, getMarkerSize, getMinMaxY, instantiateNewRow, isDrawBar, isDrawLine, isDrawOnChart, isDrawSpline, isDrawThickLines, isDrawValueLabel, isShowInLegend, setColor, setDrawBar, setDrawLine, setDrawOnChart, setDrawSpline, setDrawThickLines, setDrawValueLabel, setGranulationValue, setLabel, setLegendColorBox, setMarkerSize, setShowInLegendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void add(long xVal,
double yVal)
add in class GraphRowSumValuespublic long getMinX()
getMinX in class AbstractGraphRowpublic long getMaxX()
getMaxX in class GraphRowSumValuespublic Iterator<Map.Entry<Long,AbstractGraphPanelChartElement>> iterator()
iterator in class GraphRowSumValuespublic int size()
size in class GraphRowSumValuespublic AbstractGraphPanelChartElement getElement(long value)
AbstractGraphRowgetElement in class GraphRowSumValuesvalue - the key to get the elementCopyright © 2016. All rights reserved.