/hg/gfx-test: Added proper links to JavaDoc.

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Thu Aug 7 08:42:59 UTC 2014


changeset 21c9291f3c03 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=21c9291f3c03
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Thu Aug 07 10:44:03 2014 +0200

	Added proper links to JavaDoc.


diffstat:

 ChangeLog                                               |    5 +
 src/org/gfxtest/testsuites/BitBltUsingBgColorAlpha.java |  166 ++++++++--------
 2 files changed, 88 insertions(+), 83 deletions(-)

diffs (truncated from 762 to 500 lines):

diff -r de518ffd38fc -r 21c9291f3c03 ChangeLog
--- a/ChangeLog	Wed Aug 06 10:57:35 2014 +0200
+++ b/ChangeLog	Thu Aug 07 10:44:03 2014 +0200
@@ -1,3 +1,8 @@
+2014-08-07  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* src/org/gfxtest/testsuites/BitBltUsingBgColorAlpha.java:
+	Added proper links to JavaDoc.
+
 2014-08-06  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* src/org/gfxtest/testsuites/BitBltScaleImage.java:
diff -r de518ffd38fc -r 21c9291f3c03 src/org/gfxtest/testsuites/BitBltUsingBgColorAlpha.java
--- a/src/org/gfxtest/testsuites/BitBltUsingBgColorAlpha.java	Wed Aug 06 10:57:35 2014 +0200
+++ b/src/org/gfxtest/testsuites/BitBltUsingBgColorAlpha.java	Thu Aug 07 10:44:03 2014 +0200
@@ -82,7 +82,7 @@
 {
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_3BYTE_RGB
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_3BYTE_RGB}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -102,7 +102,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}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -122,7 +122,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}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -142,7 +142,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_INT_ARGB
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -162,7 +162,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_INT_ARGB_PRE
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -182,7 +182,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_INT_BGR
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -202,7 +202,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_INT_RGB
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -222,7 +222,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_USHORT_555_RGB
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -242,7 +242,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_USHORT_565_RGB
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -262,7 +262,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_USHORT_GRAY
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -282,7 +282,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_BYTE_BINARY
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_BYTE_BINARY}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -302,7 +302,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_BYTE_GRAY
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -322,7 +322,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_BYTE_INDEXED
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_BYTE_INDEXED}.
      *
      * @param image
      *            image to be used as a destination for BitBlt-type operations
@@ -358,7 +358,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}.
      * Background color is set to Color.black.
      *
      * @param image
@@ -373,7 +373,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}.
      * Background color is set to Color.black.
      *
      * @param image
@@ -388,7 +388,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}.
      * Background color is set to Color.black.
      *
      * @param image
@@ -403,7 +403,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}.
      * Background color is set to Color.black.
      *
      * @param image
@@ -418,7 +418,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}.
      * Background color is set to Color.black.
      *
      * @param image
@@ -433,7 +433,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}.
      * Background color is set to Color.red.
      *
      * @param image
@@ -448,7 +448,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}.
      * Background color is set to Color.red.
      *
      * @param image
@@ -463,7 +463,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}.
      * Background color is set to Color.red.
      *
      * @param image
@@ -478,7 +478,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}.
      * Background color is set to Color.red.
      *
      * @param image
@@ -508,7 +508,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}.
      * Background color is set to Color.green.
      *
      * @param image
@@ -523,7 +523,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}.
      * Background color is set to Color.green.
      *
      * @param image
@@ -538,7 +538,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}.
      * Background color is set to Color.green.
      *
      * @param image
@@ -553,7 +553,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}.
      * Background color is set to Color.green.
      *
      * @param image
@@ -568,7 +568,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}.
      * Background color is set to Color.green.
      *
      * @param image
@@ -583,7 +583,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}.
      * Background color is set to Color.blue.
      *
      * @param image
@@ -598,7 +598,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}.
      * Background color is set to Color.blue.
      *
      * @param image
@@ -613,7 +613,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}.
      * Background color is set to Color.blue.
      *
      * @param image
@@ -628,7 +628,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}.
      * Background color is set to Color.blue.
      *
      * @param image
@@ -643,7 +643,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}.
      * Background color is set to Color.blue.
      *
      * @param image
@@ -658,7 +658,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}.
      * Background color is set to Color.yellow.
      *
      * @param image
@@ -673,7 +673,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}.
      * Background color is set to Color.yellow.
      *
      * @param image
@@ -688,7 +688,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}.
      * Background color is set to Color.yellow.
      *
      * @param image
@@ -703,7 +703,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}.
      * Background color is set to Color.yellow.
      *
      * @param image
@@ -718,7 +718,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}.
      * Background color is set to Color.yellow.
      *
      * @param image
@@ -733,7 +733,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}.
      * Background color is set to Color.cyan.
      *
      * @param image
@@ -748,7 +748,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}.
      * Background color is set to Color.cyan.
      *
      * @param image
@@ -763,7 +763,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}.
      * Background color is set to Color.cyan.
      *
      * @param image
@@ -778,7 +778,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}.
      * Background color is set to Color.cyan.
      *
      * @param image
@@ -793,7 +793,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}.
      * Background color is set to Color.cyan.
      *
      * @param image
@@ -808,7 +808,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}.
      * Background color is set to Color.magenta.
      *
      * @param image
@@ -823,7 +823,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}.
      * Background color is set to Color.magenta.
      *
      * @param image
@@ -838,7 +838,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}.
      * Background color is set to Color.magenta.
      *
      * @param image
@@ -853,7 +853,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}.
      * Background color is set to Color.magenta.
      *
      * @param image
@@ -868,7 +868,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}.
      * Background color is set to Color.magenta.
      *
      * @param image
@@ -883,7 +883,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}.
      * Background color is set to Color.white.
      *
      * @param image
@@ -898,7 +898,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}.
      * Background color is set to Color.white.
      *
      * @param image
@@ -913,7 +913,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}.
      * Background color is set to Color.white.
      *
      * @param image
@@ -928,7 +928,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}.
      * Background color is set to Color.white.
      *
      * @param image
@@ -943,7 +943,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}.
      * Background color is set to Color.white.
      *
      * @param image
@@ -988,7 +988,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}.
      * Background color is set to Color.black.
      *
      * @param image
@@ -1003,7 +1003,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}.
      * Background color is set to Color.black.
      *


More information about the distro-pkg-dev mailing list