performanceTests
Class PerformanceWindow

java.lang.Object
  extended by performanceTests.PerformanceWindow

public class PerformanceWindow
extends java.lang.Object

Simple (but reasonably pleasant) graphics window for drawing in during performance tests.

Author:
Doug Gillespie

Field Summary
private  PamAxisPanel axisPanel
           
private  javax.swing.JPanel plotPanel
           
private  java.awt.Frame windowFrame
           
 
Constructor Summary
PerformanceWindow(java.lang.String title)
           
 
Method Summary
 javax.swing.JPanel getPlotPanel()
           
 void setPlotPanel(javax.swing.JPanel plotPanel)
           
 void setTitle(java.lang.String title)
           
 void setVisible(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

windowFrame

private java.awt.Frame windowFrame

axisPanel

private PamAxisPanel axisPanel

plotPanel

private javax.swing.JPanel plotPanel
Constructor Detail

PerformanceWindow

public PerformanceWindow(java.lang.String title)
Method Detail

setVisible

public void setVisible(boolean b)

getPlotPanel

public javax.swing.JPanel getPlotPanel()

setPlotPanel

public void setPlotPanel(javax.swing.JPanel plotPanel)

setTitle

public void setTitle(java.lang.String title)