CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Francis Kung <fkung> 06/06/20 16:24:22
Modified files: examples/gnu/classpath/examples/java2d: J2dBenchmark.java . : ChangeLog Added files: examples/gnu/classpath/examples/java2d: J2dBenchmarkGUI.java Log message: 2006-06-20 Francis Kung <[EMAIL PROTECTED]> * examples/gnu/classpath/examples/java2d/J2dBenchmark.java: Changed many members to be protected. (J2dBenchmark): moved to init() instead. (init): New method. (main): Call init() after creating object (testComplete): New method. (test_drawArc): Use maxTests varialbe instead of constant. (test_drawCubicCurve): Likewise. (test_drawEllipse): Likewise. (test_drawGeneralPath): Likewise. (test_drawImage): Likewise. (test_drawLine): Likewise. (test_drawQuadCurve): Likewise. (test_drawRectangle): Likewise. (test_drawRoundRectangle): Likewise. (test_drawTransparentImage): Likewise. (test_fillArc): Likewise. (test_fillEllipse): Likewise. (test_fillGeneralPath): Likewise. (test_fillRectangle): Likewise. (test_fillRoundRectangle): Likewise. (GraphicsTest.runSetNoClipping): Added runCount parameter. (GraphicsTest.runSetWithClipping): Likewise. (GraphicsTest.runSetZeroClipping): Likewise. (GraphicsTest.run): Added checks for more option flags. * examples/gnu/classpath/examples/java2d/J2dBenchmarkGUI.java: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/java2d/J2dBenchmark.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/java2d/J2dBenchmarkGUI.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7883&r2=1.7884 Patches: Index: ChangeLog =================================================================== RCS file: /cvsroot/classpath/classpath/ChangeLog,v retrieving revision 1.7883 retrieving revision 1.7884 diff -u -b -r1.7883 -r1.7884 --- ChangeLog 20 Jun 2006 15:36:39 -0000 1.7883 +++ ChangeLog 20 Jun 2006 16:24:21 -0000 1.7884 @@ -1,3 +1,33 @@ +2006-06-20 Francis Kung <[EMAIL PROTECTED]> + + * examples/gnu/classpath/examples/java2d/J2dBenchmark.java: + Changed many members to be protected. + (J2dBenchmark): moved to init() instead. + (init): New method. + (main): Call init() after creating object + (testComplete): New method. + (test_drawArc): Use maxTests varialbe instead of constant. + (test_drawCubicCurve): Likewise. + (test_drawEllipse): Likewise. + (test_drawGeneralPath): Likewise. + (test_drawImage): Likewise. + (test_drawLine): Likewise. + (test_drawQuadCurve): Likewise. + (test_drawRectangle): Likewise. + (test_drawRoundRectangle): Likewise. + (test_drawTransparentImage): Likewise. + (test_fillArc): Likewise. + (test_fillEllipse): Likewise. + (test_fillGeneralPath): Likewise. + (test_fillRectangle): Likewise. + (test_fillRoundRectangle): Likewise. + (GraphicsTest.runSetNoClipping): Added runCount parameter. + (GraphicsTest.runSetWithClipping): Likewise. + (GraphicsTest.runSetZeroClipping): Likewise. + (GraphicsTest.run): Added checks for more option flags. + * examples/gnu/classpath/examples/java2d/J2dBenchmarkGUI.java: + New file. + 2006-06-20 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/text/GapContent.java