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

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Tue Jul 15 11:04:47 UTC 2014


changeset 61329390414a in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=61329390414a
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Tue Jul 15 13:05:37 2014 +0200

	Added proper links to JavaDoc (continuing).


diffstat:

 ChangeLog                                        |    5 +
 src/org/gfxtest/testsuites/BitBltBasicTests.java |  164 +++++++++++-----------
 2 files changed, 87 insertions(+), 82 deletions(-)

diffs (truncated from 753 to 500 lines):

diff -r 2dbe4a1b99cd -r 61329390414a ChangeLog
--- a/ChangeLog	Mon Jul 14 14:16:20 2014 +0200
+++ b/ChangeLog	Tue Jul 15 13:05:37 2014 +0200
@@ -1,3 +1,8 @@
+2014-07-15  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* src/org/gfxtest/testsuites/BitBltBasicTests.java:
+	Added proper links to JavaDoc (continuing).
+
 2014-07-14  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* src/org/gfxtest/testsuites/BitBltBasicTests.java:
diff -r 2dbe4a1b99cd -r 61329390414a src/org/gfxtest/testsuites/BitBltBasicTests.java
--- a/src/org/gfxtest/testsuites/BitBltBasicTests.java	Mon Jul 14 14:16:20 2014 +0200
+++ b/src/org/gfxtest/testsuites/BitBltBasicTests.java	Tue Jul 15 13:05:37 2014 +0200
@@ -1477,7 +1477,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical stripes buffered image with type TYPE_INT_ARGB_PRE.
+     * Test basic BitBlt operation for vertical stripes buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1492,7 +1492,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical stripes buffered image with type TYPE_USHORT_555_RGB.
+     * Test basic BitBlt operation for vertical stripes buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1507,7 +1507,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical stripes buffered image with type TYPE_USHORT_565_RGB.
+     * Test basic BitBlt operation for vertical stripes buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1522,7 +1522,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical stripes buffered image with type TYPE_USHORT_GRAY.
+     * Test basic BitBlt operation for vertical stripes buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1537,7 +1537,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical stripes buffered image with type TYPE_CUSTOM.
+     * Test basic BitBlt operation for vertical stripes buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1552,7 +1552,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_3BYTE_BGR.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1567,7 +1567,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_4BYTE_ABGR.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1582,7 +1582,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_4BYTE_ABGR_PRE.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1613,7 +1613,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_BYTE_INDEXED.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_BYTE_INDEXED}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1628,7 +1628,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_BYTE_GRAY.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1643,7 +1643,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_INT_BGR.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1658,7 +1658,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_INT_RGB.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1673,7 +1673,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_INT_ARGB.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1688,7 +1688,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_INT_ARGB_PRE.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1703,7 +1703,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_USHORT_555_RGB.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1718,7 +1718,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_USHORT_565_RGB.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1733,7 +1733,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_USHORT_GRAY.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1748,7 +1748,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal stripes buffered image with type TYPE_CUSTOM.
+     * Test basic BitBlt operation for diagonal stripes buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1763,7 +1763,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for horizontal color stripes buffered image with type TYPE_3BYTE_BGR.
+     * Test basic BitBlt operation for horizontal color stripes buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1778,7 +1778,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for horizontal color stripes buffered image with type TYPE_4BYTE_ABGR.
+     * Test basic BitBlt operation for horizontal color stripes buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1793,7 +1793,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for horizontal color stripes buffered image with type TYPE_4BYTE_ABGR_PRE.
+     * Test basic BitBlt operation for horizontal color stripes buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1809,7 +1809,7 @@
 
     /**
      * Test basic BitBlt operation for horizontal color stripes buffered image
-     * with type TYPE_BYTE_BINARY.
+     * with type {@link BufferedImage#TYPE_BYTE_BINARY}.
      * 
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1825,7 +1825,7 @@
 
     /**
      * Test basic BitBlt operation for horizontal color stripes buffered image
-     * with type TYPE_BYTE_INDEXED.
+     * with type {@link BufferedImage#TYPE_BYTE_INDEXED}.
      * 
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1840,7 +1840,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for horizontal color stripes buffered image with type TYPE_BYTE_GRAY.
+     * Test basic BitBlt operation for horizontal color stripes buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1855,7 +1855,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for horizontal color stripes buffered image with type TYPE_INT_BGR.
+     * Test basic BitBlt operation for horizontal color stripes buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1870,7 +1870,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for horizontal color stripes buffered image with type TYPE_INT_RGB.
+     * Test basic BitBlt operation for horizontal color stripes buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1885,7 +1885,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for horizontal color stripes buffered image with type TYPE_INT_ARGB.
+     * Test basic BitBlt operation for horizontal color stripes buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1900,7 +1900,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for horizontal color stripes buffered image with type TYPE_INT_ARGB_PRE.
+     * Test basic BitBlt operation for horizontal color stripes buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1915,7 +1915,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for horizontal color stripes buffered image with type TYPE_USHORT_555_RGB.
+     * Test basic BitBlt operation for horizontal color stripes buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1930,7 +1930,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for horizontal color stripes buffered image with type TYPE_USHORT_565_RGB.
+     * Test basic BitBlt operation for horizontal color stripes buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1945,7 +1945,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for horizontal color stripes buffered image with type TYPE_USHORT_GRAY.
+     * Test basic BitBlt operation for horizontal color stripes buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1960,7 +1960,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for horizontal color stripes buffered image with type TYPE_CUSTOM.
+     * Test basic BitBlt operation for horizontal color stripes buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1975,7 +1975,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_3BYTE_BGR.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -1990,7 +1990,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_4BYTE_ABGR.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2005,7 +2005,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_4BYTE_ABGR_PRE.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2021,7 +2021,7 @@
 
     /**
      * Test basic BitBlt operation for vertical color stripes buffered image
-     * with type TYPE_BYTE_BINARY.
+     * with type {@link BufferedImage#TYPE_BYTE_BINARY}.
      * 
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2036,7 +2036,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_BYTE_INDEXED.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_BYTE_INDEXED}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2051,7 +2051,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_BYTE_GRAY.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2066,7 +2066,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_INT_BGR.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2081,7 +2081,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_INT_RGB.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2096,7 +2096,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_INT_ARGB.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2111,7 +2111,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_INT_ARGB_PRE.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2126,7 +2126,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_USHORT_555_RGB.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2141,7 +2141,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_USHORT_565_RGB.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2156,7 +2156,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_USHORT_GRAY.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2171,7 +2171,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for vertical color stripes buffered image with type TYPE_CUSTOM.
+     * Test basic BitBlt operation for vertical color stripes buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2186,7 +2186,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal color stripes buffered image with type TYPE_3BYTE_BGR.
+     * Test basic BitBlt operation for diagonal color stripes buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2201,7 +2201,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal color stripes buffered image with type TYPE_4BYTE_ABGR.
+     * Test basic BitBlt operation for diagonal color stripes buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2216,7 +2216,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal color stripes buffered image with type TYPE_4BYTE_ABGR_PRE.
+     * Test basic BitBlt operation for diagonal color stripes buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2232,7 +2232,7 @@
 
     /**
      * Test basic BitBlt operation for diagonal color stripes buffered image
-     * with type TYPE_BYTE_BINARY.
+     * with type {@link BufferedImage#TYPE_BYTE_BINARY}.
      * 
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2248,7 +2248,7 @@
 
     /**
      * Test basic BitBlt operation for diagonal color stripes buffered image
-     * with type TYPE_BYTE_INDEXED.
+     * with type {@link BufferedImage#TYPE_BYTE_INDEXED}.
      * 
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2263,7 +2263,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal color stripes buffered image with type TYPE_BYTE_GRAY.
+     * Test basic BitBlt operation for diagonal color stripes buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2278,7 +2278,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal color stripes buffered image with type TYPE_INT_BGR.
+     * Test basic BitBlt operation for diagonal color stripes buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -2293,7 +2293,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal color stripes buffered image with type TYPE_INT_RGB.
+     * Test basic BitBlt operation for diagonal color stripes buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
      *
      * @param image


More information about the distro-pkg-dev mailing list