com.pushtotest.tool.dataset.charts
Class BarChart

java.lang.Object
  extended by com.pushtotest.tool.dataset.charts.BarChart
All Implemented Interfaces:
DatasetType

public class BarChart
extends java.lang.Object
implements DatasetType

MostRecent works with the jFreeChart classes to display a bar chart of a series of results timing data. See DatasetOperation classes for methods that work with the actual timing data. This class handles the presentation.


Constructor Summary
BarChart()
           
 
Method Summary
 org.jfree.chart.ChartPanel getCpanel()
           
 org.jfree.data.category.DefaultCategoryDataset getDataset()
           
 javax.swing.JPanel getPanel()
           
 java.lang.String getTitle()
           
 void setCpanel(org.jfree.chart.ChartPanel myc)
           
 void setGUI(javax.swing.JPanel out, javax.swing.JFrame fr)
           
 void setPanel(javax.swing.JPanel myp)
           
 void setTitle(java.lang.String atitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarChart

public BarChart()
Method Detail

setTitle

public void setTitle(java.lang.String atitle)
Specified by:
setTitle in interface DatasetType

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface DatasetType

setPanel

public void setPanel(javax.swing.JPanel myp)

getPanel

public javax.swing.JPanel getPanel()

setGUI

public void setGUI(javax.swing.JPanel out,
                   javax.swing.JFrame fr)
Specified by:
setGUI in interface DatasetType

getDataset

public org.jfree.data.category.DefaultCategoryDataset getDataset()

setCpanel

public void setCpanel(org.jfree.chart.ChartPanel myc)

getCpanel

public org.jfree.chart.ChartPanel getCpanel()