org.sonar.plugins.core.charts
Class XradarChart

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

public class XradarChart
extends AbstractChart


Field Summary
static java.lang.String PARAM_COLOR
          see an example of complete URL in XradarChartTest
static java.lang.String PARAM_INTERIOR_GAP
           
static java.lang.String PARAM_LABELS
           
static java.lang.String PARAM_MAX_VALUE
           
static java.lang.String PARAM_VALUES
           
 
Constructor Summary
XradarChart()
           
 
Method Summary
 java.awt.image.BufferedImage generateImage(ChartParameters params)
           
 java.lang.String getKey()
           
 
Methods inherited from class org.sonar.plugins.api.charts.AbstractChart
generateImage, improveChart, 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 java.lang.String PARAM_COLOR
see an example of complete URL in XradarChartTest

See Also:
Constant Field Values

PARAM_MAX_VALUE

public static final java.lang.String PARAM_MAX_VALUE
See Also:
Constant Field Values

PARAM_INTERIOR_GAP

public static final java.lang.String PARAM_INTERIOR_GAP
See Also:
Constant Field Values

PARAM_LABELS

public static final java.lang.String PARAM_LABELS
See Also:
Constant Field Values

PARAM_VALUES

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

XradarChart

public XradarChart()
Method Detail

getKey

public java.lang.String getKey()

generateImage

public java.awt.image.BufferedImage generateImage(ChartParameters params)


Copyright © 2008 SonarSource SA. All Rights Reserved.