com.pushtotest.tool.dataset.charts
Class Meter

java.lang.Object
  extended by com.pushtotest.tool.dataset.DatasetWrapper
      extended by com.pushtotest.tool.dataset.charts.Meter
All Implemented Interfaces:
Dataset

public class Meter
extends DatasetWrapper

The Meter class is a Dataset class that is meant to display response data visually in a chart in the TestMaker GUI.


Field Summary
 
Fields inherited from class com.pushtotest.tool.dataset.DatasetWrapper
type
 
Constructor Summary
Meter()
          Creates a new instance of Meters
 
Method Summary
 void setGUI(javax.swing.JPanel jp, javax.swing.JFrame jf)
          Identifies where to place the chart in the TestMaker graphic user interface.
 void setTitle(java.lang.String mytitle)
           
 
Methods inherited from class com.pushtotest.tool.dataset.DatasetWrapper
getType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Meter

public Meter()
Creates a new instance of Meters

Method Detail

setTitle

public void setTitle(java.lang.String mytitle)

setGUI

public void setGUI(javax.swing.JPanel jp,
                   javax.swing.JFrame jf)
Identifies where to place the chart in the TestMaker graphic user interface.