dataEndMSSE = years.get(years.size()-1).getEnd().getTime();
numResults = cResults.getMatchingCount();
}
public String getYearsGraphString(int imgWidth, int imgHeight) {
String yearFormatKey = "PartitionSize.dateHeader.yearGraphLabel";
Graph yearGraph = PartitionsToGraph.partsOfPartsToGraph(
years,results.getWbRequest().getFormatter(),yearFormatKey,
imgWidth,imgHeight);
for(RegionGraphElement rge : yearGraph.getRegions()) {
if(rge.getData().hasHighlightedValue()) {
// rge.getData().setHighlightedValue(-1);
}
}