org.sonar.plugins.core.charts
Class DistributionAreaChart

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

public class DistributionAreaChart
extends AbstractChart


Field Summary
 
Fields inherited from class org.sonar.api.charts.AbstractChart
COLORS, FONT_SIZE, GRID_COLOR, OUTLINE_COLOR
 
Constructor Summary
DistributionAreaChart()
           
 
Method Summary
 String getKey()
           
protected  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
 

Constructor Detail

DistributionAreaChart

public DistributionAreaChart()
Method Detail

getKey

public String getKey()

getPlot

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


Copyright © 2009-2012 SonarSource. All Rights Reserved.