Class ChartUtil
java.lang.Object
com.atlassian.bamboo.charts.utils.ChartUtil
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Color
static final Color
static final Color
static final Color
static final Color
static final Color
static final Color
static final Color
static final Color
static final Color
static final Color
static final Color
static final Color
static final int
static final int
static final int
static final int
static final Font
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jfree.chart.JFreeChart
createCombinedXYPlotDateChart
(org.jfree.chart.plot.XYPlot upperPlot, org.jfree.chart.plot.XYPlot lowerPlot, String chartTitle) static org.jfree.chart.JFreeChart
createCombinedXYPlotNumberChart
(org.jfree.chart.plot.XYPlot upperPlot, org.jfree.chart.plot.XYPlot lowerPlot, String chartTitle, int lowerBound, int upperBound) static @NotNull org.jfree.chart.JFreeChart
createTimeSeriesChart
(String chartTitle, org.jfree.data.xy.XYDataset dataSet, String xAxisLabel, String yAxisLabel, org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator, org.jfree.chart.labels.XYSeriesLabelGenerator seriesLabelGenerator) static org.jfree.chart.JFreeChart
generateBarChart
(org.jfree.data.category.CategoryDataset dataset, String chartTitle, String yLabel, String xLabel) static org.jfree.chart.renderer.xy.AbstractXYItemRenderer
populateRendererDefaults
(org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator, org.jfree.chart.labels.XYSeriesLabelGenerator seriesLabelGenerator, org.jfree.chart.renderer.xy.AbstractXYItemRenderer renderer)
-
Field Details
-
PORTLET_IMAGE_HEIGHT
public static final int PORTLET_IMAGE_HEIGHT- See Also:
-
PORTLET_IMAGE_WIDTH
public static final int PORTLET_IMAGE_WIDTH- See Also:
-
REPORT_IMAGE_HEIGHT
public static final int REPORT_IMAGE_HEIGHT- See Also:
-
REPORT_IMAGE_WIDTH
public static final int REPORT_IMAGE_WIDTH- See Also:
-
COLOR_RED_OUTLINE
-
COLOR_RED_PAINT
-
COLOR_BLUE_OUTLINE
-
COLOR_BLUE_PAINT
-
COLOR_GREEN_OUTLINE
-
COLOR_GREEN_PAINT
-
COLOR_YELLOW_OUTLINE
-
COLOR_YELLOW_PAINT
-
COLOR_PURPLE_OUTLINE
-
COLOR_PURPLE_PAINT
-
COLOR_CYAN_OUTLINE
-
COLOR_CYAN_PAINT
-
COLOR_ORANGE_PAINT
-
VERDANA_PLAIN_9
-
-
Constructor Details
-
ChartUtil
public ChartUtil()
-
-
Method Details
-
generateBarChart
-
createCombinedXYPlotNumberChart
public static org.jfree.chart.JFreeChart createCombinedXYPlotNumberChart(org.jfree.chart.plot.XYPlot upperPlot, org.jfree.chart.plot.XYPlot lowerPlot, String chartTitle, int lowerBound, int upperBound) -
createCombinedXYPlotDateChart
public static org.jfree.chart.JFreeChart createCombinedXYPlotDateChart(org.jfree.chart.plot.XYPlot upperPlot, org.jfree.chart.plot.XYPlot lowerPlot, String chartTitle) -
createTimeSeriesChart
@NotNull public static @NotNull org.jfree.chart.JFreeChart createTimeSeriesChart(String chartTitle, org.jfree.data.xy.XYDataset dataSet, String xAxisLabel, String yAxisLabel, org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator, org.jfree.chart.labels.XYSeriesLabelGenerator seriesLabelGenerator) -
populateRendererDefaults
public static org.jfree.chart.renderer.xy.AbstractXYItemRenderer populateRendererDefaults(org.jfree.chart.labels.XYToolTipGenerator toolTipGenerator, org.jfree.chart.labels.XYSeriesLabelGenerator seriesLabelGenerator, org.jfree.chart.renderer.xy.AbstractXYItemRenderer renderer)
-