org.sonar.plugins.core.charts
Class XradarChart

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

public class XradarChart
extends AbstractChart


Field Summary
static String PARAM_COLOR
          see an example of complete URL in XradarChartTest
static String PARAM_INTERIOR_GAP
           
static String PARAM_LABELS
           
static String PARAM_MAX_VALUE
           
static String PARAM_VALUES
           
 
Fields inherited from class org.sonar.api.charts.AbstractChart
COLORS, FONT_SIZE, GRID_COLOR, OUTLINE_COLOR
 
Constructor Summary
XradarChart()
           
 
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
 

Field Detail

PARAM_COLOR

public static final String PARAM_COLOR
see an example of complete URL in XradarChartTest

See Also:
Constant Field Values

PARAM_MAX_VALUE

public static final String PARAM_MAX_VALUE
See Also:
Constant Field Values

PARAM_INTERIOR_GAP

public static final String PARAM_INTERIOR_GAP
See Also:
Constant Field Values

PARAM_LABELS

public static final String PARAM_LABELS
See Also:
Constant Field Values

PARAM_VALUES

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

XradarChart

public XradarChart()
Method Detail

getKey

public String getKey()

getPlot

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


Copyright © 2009-2011 SonarSource. All Rights Reserved.