hudson.plugins.ccm.util
Class ChartUtil

java.lang.Object
  extended by hudson.plugins.ccm.util.ChartUtil

public class ChartUtil
extends java.lang.Object

Since:
16/08/2010
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br

Constructor Summary
ChartUtil()
           
 
Method Summary
static org.jfree.chart.JFreeChart buildXYChart(org.jfree.data.xy.XYDataset dataset)
          Creates the CCM Trend Chart.
static org.jfree.data.xy.XYDataset createXYDataset(CCMBuildAction lastAction)
          Creates the XY dataset required to create the CCM Trend graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartUtil

public ChartUtil()
Method Detail

buildXYChart

public static org.jfree.chart.JFreeChart buildXYChart(org.jfree.data.xy.XYDataset dataset)
Creates the CCM Trend Chart.

Parameters:
dataset - of XY series
Returns:
a chart

createXYDataset

public static final org.jfree.data.xy.XYDataset createXYDataset(CCMBuildAction lastAction)
Creates the XY dataset required to create the CCM Trend graph.

Parameters:
lastAction -
Returns:


Copyright © 2010. All Rights Reserved.