org.sonar.plugins.core.charts
Class DistributionBarChart

java.lang.Object
  extended by org.sonar.api.charts.AbstractChart
      extended by org.sonar.plugins.core.charts.DistributionBarChart
All Implemented Interfaces:
Chart, Extension, ServerComponent, ServerExtension

public class DistributionBarChart
extends AbstractChart


Field Summary
static String PARAM_COLORS
           
static String PARAM_FONT_SIZE
           
static String PARAM_VALUES
           
static String PARAM_X_SUFFIX
           
static String PARAM_Y_SUFFIX
           
 
Fields inherited from class org.sonar.api.charts.AbstractChart
COLORS, FONT_SIZE, GRID_COLOR, OUTLINE_COLOR
 
Constructor Summary
DistributionBarChart()
           
 
Method Summary
 String getKey()
           
 org.jfree.chart.plot.Plot getPlot(ChartParameters params)
           
 
Methods inherited from class org.sonar.api.charts.AbstractChart
configureColors, generateImage, hasLegend, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PARAM_VALUES

public static final String PARAM_VALUES
See Also:
Constant Field Values

PARAM_COLORS

public static final String PARAM_COLORS
See Also:
Constant Field Values

PARAM_Y_SUFFIX

public static final String PARAM_Y_SUFFIX
See Also:
Constant Field Values

PARAM_X_SUFFIX

public static final String PARAM_X_SUFFIX
See Also:
Constant Field Values

PARAM_FONT_SIZE

public static final String PARAM_FONT_SIZE
See Also:
Constant Field Values
Constructor Detail

DistributionBarChart

public DistributionBarChart()
Method Detail

getKey

public String getKey()

getPlot

public org.jfree.chart.plot.Plot getPlot(ChartParameters params)
Specified by:
getPlot in class AbstractChart


Copyright © 2009-2012 SonarSource. All Rights Reserved.