org.sonar.server.charts.deprecated
Class SparkLinesChart

java.lang.Object
  extended by org.sonar.server.charts.deprecated.BaseChart
      extended by org.sonar.server.charts.deprecated.BaseChartWeb
          extended by org.sonar.server.charts.deprecated.SparkLinesChart
All Implemented Interfaces:
DeprecatedChart

public class SparkLinesChart
extends BaseChartWeb
implements DeprecatedChart


Field Summary
 
Fields inherited from class org.sonar.server.charts.deprecated.BaseChartWeb
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_CHART
 
Fields inherited from class org.sonar.server.charts.deprecated.BaseChart
BASE_COLOR, BASE_COLOR_LIGHT, COLORS, FONT_SIZE, SERIE_BORDER_COLOR
 
Constructor Summary
SparkLinesChart(Map<String,String> params)
           
 
Method Summary
protected  BufferedImage getChartImage()
           
 
Methods inherited from class org.sonar.server.charts.deprecated.BaseChartWeb
applyCommonParams, configureColors, configureDefaultColors, configureDimensions, convertParamToDouble, convertParamToDouble, isParamValueValid
 
Methods inherited from class org.sonar.server.charts.deprecated.BaseChart
configureChart, configureChart, configureChartTitle, exportChartAsPNG, exportChartAsPNG, getBufferedImage, getDashedStroke, getDashedStroke, getFont, getHeight, getWidth, setHeight, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sonar.server.charts.deprecated.DeprecatedChart
exportChartAsPNG
 

Constructor Detail

SparkLinesChart

public SparkLinesChart(Map<String,String> params)
Method Detail

getChartImage

protected BufferedImage getChartImage()
                               throws IOException
Specified by:
getChartImage in class BaseChart
Throws:
IOException


Copyright © 2009-2012 SonarSource. All Rights Reserved.