public class CoverageChart extends Object
Modifier | Constructor and Description |
---|---|
|
CoverageChart(Chartable chartable)
Constructor
|
protected |
CoverageChart(Chartable chartable,
boolean zoomCoverageChart,
int maximumBuilds)
Constructor
|
Modifier and Type | Method and Description |
---|---|
org.jfree.chart.JFreeChart |
createChart() |
protected org.jfree.data.category.CategoryDataset |
getDataset() |
protected int |
getLowerBound() |
protected static int |
getMaximumBuilds(Chartable chartable) |
protected int |
getUpperBound() |
protected static boolean |
isZoomCoverageChart(Chartable chartable) |
public CoverageChart(Chartable chartable)
chartable
- Chartable object to chartprotected CoverageChart(Chartable chartable, boolean zoomCoverageChart, int maximumBuilds)
chartable
- Chartable object to chartzoomCoverageChart
- true to zoom coverage chartmaximumBuilds
- maximum builds to includeprotected static boolean isZoomCoverageChart(Chartable chartable)
protected static int getMaximumBuilds(Chartable chartable)
public org.jfree.chart.JFreeChart createChart()
protected org.jfree.data.category.CategoryDataset getDataset()
protected int getLowerBound()
protected int getUpperBound()
Copyright © 2016–2021. All rights reserved.