ch.hortis.sonar.web.charts
Class CombinedHistoryChart

java.lang.Object
  extended by ch.hortis.sonar.web.charts.BaseChart
      extended by ch.hortis.sonar.web.charts.CombinedHistoryChart

public class CombinedHistoryChart
extends BaseChart


Field Summary
 
Fields inherited from class ch.hortis.sonar.web.charts.BaseChart
BASE_COLOR, BASE_COLOR_LIGHT, FONT_SIZE, SERIE_BORDER_COLOR, SERIE1_COLOR, SERIE1BIS_COLOR, SERIE2_COLOR, SERIE3_COLOR, SERIE4_COLOR, SERIE5_COLOR
 
Constructor Summary
CombinedHistoryChart()
           
CombinedHistoryChart(int width, int height)
           
 
Method Summary
 void addMeasure(java.lang.Double value, java.util.Date date, java.lang.String metricName, int metricType)
           
protected  java.awt.image.BufferedImage getChartImage()
           
 
Methods inherited from class ch.hortis.sonar.web.charts.BaseChart
configureChart, configureChart, configureChartTitle, exportChartAsPNG, exportChartAsPNG, getBufferedImage, getDashedStroke, getDashedStroke, getFont, getHeight, getWidth, setHeight, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinedHistoryChart

public CombinedHistoryChart()

CombinedHistoryChart

public CombinedHistoryChart(int width,
                            int height)
Method Detail

getChartImage

protected java.awt.image.BufferedImage getChartImage()
                                              throws java.io.IOException
Specified by:
getChartImage in class BaseChart
Throws:
java.io.IOException

addMeasure

public void addMeasure(java.lang.Double value,
                       java.util.Date date,
                       java.lang.String metricName,
                       int metricType)


Copyright © 2007-2008 hortis. All Rights Reserved.