performanceTests
Class GraphicsDotTest2

java.lang.Object
  extended by performanceTests.GraphicsDotTest
      extended by performanceTests.GraphicsDotTest2
All Implemented Interfaces:
PerformanceTest

public class GraphicsDotTest2
extends GraphicsDotTest


Nested Class Summary
(package private)  class GraphicsDotTest2.PlotWindow
           
 
Field Summary
private  boolean paintComplete
           
private  GraphicsDotTest2.PlotWindow plotWindow
           
 
Fields inherited from class performanceTests.GraphicsDotTest
dotSize, nDots, performanceWindow, resultString
 
Constructor Summary
GraphicsDotTest2()
           
 
Method Summary
 java.lang.String getName()
           
 boolean runTest()
          Run the test
 
Methods inherited from class performanceTests.GraphicsDotTest
cleanup, drawDots, getResultString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plotWindow

private GraphicsDotTest2.PlotWindow plotWindow

paintComplete

private volatile boolean paintComplete
Constructor Detail

GraphicsDotTest2

public GraphicsDotTest2()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface PerformanceTest
Overrides:
getName in class GraphicsDotTest
Returns:
The name of the test

runTest

public boolean runTest()
Description copied from interface: PerformanceTest
Run the test

Specified by:
runTest in interface PerformanceTest
Overrides:
runTest in class GraphicsDotTest
Returns:
true if executed successfully