performanceTests
Class PerformanceWindow
java.lang.Object
performanceTests.PerformanceWindow
public class PerformanceWindow
- extends java.lang.Object
Simple (but reasonably pleasant) graphics window for drawing
in during performance tests.
- Author:
- Doug Gillespie
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
windowFrame
private java.awt.Frame windowFrame
axisPanel
private PamAxisPanel axisPanel
plotPanel
private javax.swing.JPanel plotPanel
PerformanceWindow
public PerformanceWindow(java.lang.String title)
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)