Class ChartUtil
java.lang.Object
com.atlassian.bamboo.charts.utils.ChartUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final intstatic final intstatic final intstatic final intstatic final Font -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jfree.chart.JFreeChartcreateCombinedXYPlotDateChart(org.jfree.chart.plot.XYPlot upperPlot, org.jfree.chart.plot.XYPlot lowerPlot, String chartTitle) static org.jfree.chart.JFreeChartcreateCombinedXYPlotNumberChart(org.jfree.chart.plot.XYPlot upperPlot, org.jfree.chart.plot.XYPlot lowerPlot, String chartTitle, int lowerBound, int upperBound) static @NotNull org.jfree.chart.JFreeChartcreateTimeSeriesChart(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.JFreeChartgenerateBarChart(org.jfree.data.category.CategoryDataset dataset, String chartTitle, String yLabel, String xLabel) static org.jfree.chart.renderer.xy.AbstractXYItemRendererpopulateRendererDefaults(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)
-