/hg/gfx-test: Updated/fixed JavaDoc.

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Fri Jul 4 08:52:54 UTC 2014


changeset 1ec6e79dbae4 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=1ec6e79dbae4
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Fri Jul 04 10:53:49 2014 +0200

	Updated/fixed JavaDoc.


diffstat:

 ChangeLog                                         |   7 +-
 src/org/gfxtest/testsuites/BitBltMirrorImage.java |  80 +++++++++++-----------
 2 files changed, 46 insertions(+), 41 deletions(-)

diffs (321 lines):

diff -r 82e38b9fae09 -r 1ec6e79dbae4 ChangeLog
--- a/ChangeLog	Thu Jul 03 09:24:33 2014 +0200
+++ b/ChangeLog	Fri Jul 04 10:53:49 2014 +0200
@@ -1,4 +1,9 @@
-2014-07-02  Pavel Tisnovsky  <ptisnovs at redhat.com>
+2014-07-04  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* src/org/gfxtest/testsuites/BitBltMirrorImage.java:
+	Updated/fixed JavaDoc.
+
+2014-07-03  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* src/org/gfxtest/framework/CommonBitmapOperations.java:
 	Yet another five new helper methods added into CommonBitmapOperations.
diff -r 82e38b9fae09 -r 1ec6e79dbae4 src/org/gfxtest/testsuites/BitBltMirrorImage.java
--- a/src/org/gfxtest/testsuites/BitBltMirrorImage.java	Thu Jul 03 09:24:33 2014 +0200
+++ b/src/org/gfxtest/testsuites/BitBltMirrorImage.java	Fri Jul 04 10:53:49 2014 +0200
@@ -81,7 +81,7 @@
 public class BitBltMirrorImage extends GfxTest
 {
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_BYTE_BINARY.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_BYTE_BINARY}.
      * No flip is performed to that image.
      *
      * @param image
@@ -96,7 +96,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_BYTE_BINARY.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_BYTE_BINARY}.
      * Horizontal flip is performed on that image.
      *
      * @param image
@@ -111,7 +111,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_BYTE_BINARY.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_BYTE_BINARY}.
      * Vertical flip is performed on that image.
      *
      * @param image
@@ -126,8 +126,8 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_BYTE_BINARY.
-     * Horizontal and vertical flips are performed on that image..
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_BYTE_BINARY}.
+     * Horizontal and vertical flips are performed on that image.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -141,7 +141,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_RGB.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
      * No flip is performed to that image.
      *
      * @param image
@@ -156,7 +156,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_RGB.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
      * Horizontal flip is performed on that image.
      *
      * @param image
@@ -171,7 +171,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_RGB.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
      * Vertical flip is performed on that image.
      *
      * @param image
@@ -186,8 +186,8 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_RGB.
-     * Horizontal and vertical flips are performed on that image..
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
+     * Horizontal and vertical flips are performed on that image.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -201,7 +201,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_BGR.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
      * No flip is performed to that image.
      *
      * @param image
@@ -216,7 +216,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_BGR.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
      * Horizontal flip is performed on that image.
      *
      * @param image
@@ -231,7 +231,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_BGR.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
      * Vertical flip is performed on that image.
      *
      * @param image
@@ -246,8 +246,8 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_BGR.
-     * Horizontal and vertical flips are performed on that image..
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
+     * Horizontal and vertical flips are performed on that image.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -261,7 +261,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_ARGB.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
      * No flip is performed to that image.
      *
      * @param image
@@ -276,7 +276,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_ARGB.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
      * Horizontal flip is performed on that image.
      *
      * @param image
@@ -291,7 +291,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_ARGB.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
      * Vertical flip is performed on that image.
      *
      * @param image
@@ -306,8 +306,8 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_ARGB.
-     * Horizontal and vertical flips are performed on that image..
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
+     * Horizontal and vertical flips are performed on that image.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -321,7 +321,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_ARGB_PRE.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
      * No flip is performed to that image.
      *
      * @param image
@@ -336,7 +336,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_ARGB_PRE.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
      * Horizontal flip is performed on that image.
      *
      * @param image
@@ -351,7 +351,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_ARGB_PRE.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
      * Vertical flip is performed on that image.
      *
      * @param image
@@ -366,8 +366,8 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_INT_ARGB_PRE.
-     * Horizontal and vertical flips are performed on that image..
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
+     * Horizontal and vertical flips are performed on that image.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -381,7 +381,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_3BYTE_BGR.
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
      * No flip is performed to that image.
      *
      * @param image
@@ -396,8 +396,8 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_3BYTE_BGR.
-     * Horizontal flip is performed on that image..
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
+     * Horizontal flip is performed on that image.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -411,8 +411,8 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_3BYTE_BGR.
-     * Vertical flip is performed on that image..
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
+     * Vertical flip is performed on that image.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -426,8 +426,8 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_3BYTE_BGR.
-     * Horizontal and vertical flips are performed on that image..
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
+     * Horizontal and vertical flips are performed on that image.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -441,7 +441,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_4BYTE_ABGR.
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
      * No flip is performed to that image.
      *
      * @param image
@@ -456,7 +456,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_4BYTE_ABGR.
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
      * Horizontal flip is performed to that image.
      *
      * @param image
@@ -471,7 +471,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_4BYTE_ABGR.
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
      * Vertical flip is performed to that image.
      *
      * @param image
@@ -486,7 +486,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_4BYTE_ABGR.
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
      * Horizontal and vertical flip are performed to that image.
      *
      * @param image
@@ -501,7 +501,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_4BYTE_ABGR_PRE.
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
      * No flip is performed to that image.
      *
      * @param image
@@ -516,7 +516,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_4BYTE_ABGR_PRE.
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
      * Horizontal flip is performed to that image.
      *
      * @param image
@@ -531,7 +531,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_4BYTE_ABGR_PRE.
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
      * Vertical flip is performed to that image.
      *
      * @param image
@@ -546,7 +546,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_4BYTE_ABGR_PRE.
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
      * Horizontal and vertical flips are performed to that image.
      *
      * @param image


More information about the distro-pkg-dev mailing list