performanceTests
Class GraphicsDotTestBuffered

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

public class GraphicsDotTestBuffered
extends GraphicsDotTest


Field Summary
 
Fields inherited from class performanceTests.GraphicsDotTest
dotSize, nDots, performanceWindow, resultString
 
Constructor Summary
GraphicsDotTestBuffered()
           
 
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
 

Constructor Detail

GraphicsDotTestBuffered

public GraphicsDotTestBuffered()
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