public class BarChart extends BaseChartWeb implements DeprecatedChart
| Modifier and Type | Field and Description |
|---|---|
protected org.jfree.chart.axis.CategoryAxis |
categoryAxis |
protected org.jfree.data.category.DefaultCategoryDataset |
dataset |
protected org.jfree.chart.axis.NumberAxis |
numberAxis |
BAR_CHART_HORIZONTAL, BAR_CHART_VERTICAL, BAR_CHART_VERTICAL_CUSTOM, CHART_PARAM_CATEGORIES, CHART_PARAM_CATEGORIES_AXISMARGIN_LOWER, CHART_PARAM_CATEGORIES_AXISMARGIN_UPPER, CHART_PARAM_CATEGORIES_AXISMARGIN_VISIBLE, CHART_PARAM_COLORS, CHART_PARAM_DIMENSIONS, CHART_PARAM_INSETS, CHART_PARAM_OUTLINE_RANGEGRIDLINES_VISIBLE, CHART_PARAM_OUTLINE_VISIBLE, CHART_PARAM_RANGEAXIS_VISIBLE, CHART_PARAM_RANGEMAX, CHART_PARAM_SERIES, CHART_PARAM_SERIES_AXISMARGIN_LOWER, CHART_PARAM_SERIES_AXISMARGIN_TICKUNIT, CHART_PARAM_SERIES_AXISMARGIN_UPPER, CHART_PARAM_TITLE, CHART_PARAM_TYPE, CHART_PARAM_VALUES, DEFAULT_CATEGORIES_AXISMARGIN, DEFAULT_FONT, DEFAULT_HEIGHT, DEFAULT_MESSAGE_NODATA, DEFAULT_NAME_CATEGORY, DEFAULT_NAME_SERIE, DEFAULT_SERIES_AXISMARGIN, DEFAULT_WIDTH, jfreechart, params, PIE_CHART, SPARKLINES_CHART, STACKED_BAR_CHARTBASE_COLOR, BASE_COLOR_LIGHT, COLORS, FONT_SIZE, SERIE_BORDER_COLOR| Modifier and Type | Method and Description |
|---|---|
protected void |
applyCommomParamsBar() |
protected void |
configure() |
protected void |
configureCategoryAxis() |
protected void |
configureCategoryDataset() |
protected void |
configureCategoryPlot() |
protected void |
configureRangeAxis() |
protected void |
configureRenderer() |
protected BufferedImage |
getChartImage() |
applyCommonParams, configureColors, configureDefaultColors, configureDimensions, convertParamToDouble, convertParamToDouble, isParamValueValidconfigureChart, configureChart, configureChartTitle, exportChartAsPNG, exportChartAsPNG, getBufferedImage, getDashedStroke, getDashedStroke, getFont, getHeight, getWidth, setHeight, setWidthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportChartAsPNGprotected org.jfree.data.category.DefaultCategoryDataset dataset
protected org.jfree.chart.axis.CategoryAxis categoryAxis
protected org.jfree.chart.axis.NumberAxis numberAxis
protected BufferedImage getChartImage() throws IOException
getChartImage in class BaseChartIOExceptionprotected void configure()
protected void configureCategoryPlot()
protected void configureCategoryDataset()
protected void configureCategoryAxis()
protected void configureRenderer()
protected void configureRangeAxis()
protected void applyCommomParamsBar()
Copyright © 2009-2012 SonarSource. All Rights Reserved.