|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectperformanceTests.GraphicsDotTest
public class GraphicsDotTest
| Field Summary | |
|---|---|
protected int |
dotSize
|
protected int |
nDots
|
protected PerformanceWindow |
performanceWindow
|
protected java.lang.String |
resultString
|
| Constructor Summary | |
|---|---|
GraphicsDotTest()
|
|
| Method Summary | |
|---|---|
void |
cleanup()
Called when dialog closes to give the test an opportunity to free andy remaining resources (close graphics windows, etc.); |
protected void |
drawDots(java.awt.Graphics2D g,
javax.swing.JPanel panel)
|
java.lang.String |
getName()
|
java.lang.String |
getResultString()
|
boolean |
runTest()
Run the test |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String resultString
protected int dotSize
protected int nDots
protected PerformanceWindow performanceWindow
| Constructor Detail |
|---|
public GraphicsDotTest()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface PerformanceTestpublic java.lang.String getResultString()
getResultString in interface PerformanceTestpublic boolean runTest()
PerformanceTest
runTest in interface PerformanceTest
protected void drawDots(java.awt.Graphics2D g,
javax.swing.JPanel panel)
public void cleanup()
PerformanceTest
cleanup in interface PerformanceTest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||