Uses of Class
org.sonar.api.charts.ChartParameters

Packages that use ChartParameters
org.sonar.api.charts   
org.sonar.plugins.core.charts   
 

Uses of ChartParameters in org.sonar.api.charts
 

Methods in org.sonar.api.charts with parameters of type ChartParameters
 BufferedImage Chart.generateImage(ChartParameters params)
          The method to implement to generate the chart
 BufferedImage AbstractChart.generateImage(ChartParameters params)
          Generates a JFreeChart chart using a set of parameters
protected abstract  org.jfree.chart.plot.Plot AbstractChart.getPlot(ChartParameters params)
           
 

Uses of ChartParameters in org.sonar.plugins.core.charts
 

Methods in org.sonar.plugins.core.charts with parameters of type ChartParameters
 org.jfree.chart.plot.Plot DistributionBarChart.getPlot(ChartParameters params)
           
protected  org.jfree.chart.plot.Plot XradarChart.getPlot(ChartParameters params)
           
protected  org.jfree.chart.plot.Plot DistributionAreaChart.getPlot(ChartParameters params)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.