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

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Mon Jul 14 12:15:20 UTC 2014


changeset 2dbe4a1b99cd in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=2dbe4a1b99cd
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Mon Jul 14 14:16:20 2014 +0200

	Added proper links to JavaDoc.


diffstat:

 ChangeLog                                        |    5 +
 src/org/gfxtest/testsuites/BitBltBasicTests.java |  192 +++++++++++-----------
 2 files changed, 101 insertions(+), 96 deletions(-)

diffs (truncated from 879 to 500 lines):

diff -r 1ec6e79dbae4 -r 2dbe4a1b99cd ChangeLog
--- a/ChangeLog	Fri Jul 04 10:53:49 2014 +0200
+++ b/ChangeLog	Mon Jul 14 14:16:20 2014 +0200
@@ -1,3 +1,8 @@
+2014-07-14  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* src/org/gfxtest/testsuites/BitBltBasicTests.java:
+	Added proper links to JavaDoc.
+
 2014-07-04  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* src/org/gfxtest/testsuites/BitBltMirrorImage.java:
diff -r 1ec6e79dbae4 -r 2dbe4a1b99cd src/org/gfxtest/testsuites/BitBltBasicTests.java
--- a/src/org/gfxtest/testsuites/BitBltBasicTests.java	Fri Jul 04 10:53:49 2014 +0200
+++ b/src/org/gfxtest/testsuites/BitBltBasicTests.java	Mon Jul 14 14:16:20 2014 +0200
@@ -79,7 +79,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}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -94,7 +94,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 used as a destination for BitBlt-type operations
@@ -109,7 +109,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 used as a destination for BitBlt-type operations
@@ -124,7 +124,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 used as a destination for BitBlt-type operations
@@ -139,7 +139,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 used as a destination for BitBlt-type operations
@@ -154,7 +154,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 used as a destination for BitBlt-type operations
@@ -169,7 +169,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 used as a destination for BitBlt-type operations
@@ -184,7 +184,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 used as a destination for BitBlt-type operations
@@ -199,7 +199,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 used as a destination for BitBlt-type operations
@@ -214,7 +214,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 used as a destination for BitBlt-type operations
@@ -229,7 +229,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 used as a destination for BitBlt-type operations
@@ -244,7 +244,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 used as a destination for BitBlt-type operations
@@ -259,7 +259,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 used as a destination for BitBlt-type operations
@@ -274,7 +274,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for empty buffered image with type TYPE_CUSTOM.
+     * Test basic BitBlt operation for empty buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -289,7 +289,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_3BYTE_BGR.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -304,7 +304,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_4BYTE_ABGR.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -319,7 +319,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_4BYTE_ABGR_PRE.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -334,7 +334,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}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -349,7 +349,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_BYTE_INDEXED.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_BYTE_INDEXED}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -364,7 +364,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_BYTE_GRAY.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -379,7 +379,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}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -394,7 +394,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}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -409,7 +409,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}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -424,7 +424,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}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -439,7 +439,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_USHORT_555_RGB.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -454,7 +454,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_USHORT_565_RGB.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -469,7 +469,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_USHORT_GRAY.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -484,7 +484,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for checker buffered image with type TYPE_CUSTOM.
+     * Test basic BitBlt operation for checker buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -499,7 +499,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_3BYTE_BGR.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -514,7 +514,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_4BYTE_ABGR.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -529,7 +529,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_4BYTE_ABGR_PRE.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -544,7 +544,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_BYTE_BINARY.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_BYTE_BINARY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -559,7 +559,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_BYTE_INDEXED.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_BYTE_INDEXED}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -574,7 +574,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_BYTE_GRAY.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -589,7 +589,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_INT_BGR.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -604,7 +604,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_INT_RGB.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -619,7 +619,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_INT_ARGB.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -634,7 +634,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_INT_ARGB_PRE.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -649,7 +649,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_USHORT_555_RGB.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -664,7 +664,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_USHORT_565_RGB.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -679,7 +679,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_USHORT_GRAY.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -694,7 +694,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for diagonal checker buffered image with type TYPE_CUSTOM.
+     * Test basic BitBlt operation for diagonal checker buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -709,7 +709,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for grid buffered image with type TYPE_3BYTE_BGR.
+     * Test basic BitBlt operation for grid buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -724,7 +724,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for grid buffered image with type TYPE_4BYTE_ABGR.
+     * Test basic BitBlt operation for grid buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -739,7 +739,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for grid buffered image with type TYPE_4BYTE_ABGR_PRE.
+     * Test basic BitBlt operation for grid buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -754,7 +754,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for grid buffered image with type TYPE_BYTE_BINARY.
+     * Test basic BitBlt operation for grid buffered image with type {@link BufferedImage#TYPE_BYTE_BINARY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -769,7 +769,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for grid buffered image with type TYPE_BYTE_INDEXED.
+     * Test basic BitBlt operation for grid buffered image with type {@link BufferedImage#TYPE_BYTE_INDEXED}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -784,7 +784,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for grid buffered image with type TYPE_BYTE_GRAY.
+     * Test basic BitBlt operation for grid buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -799,7 +799,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for grid buffered image with type TYPE_INT_BGR.
+     * Test basic BitBlt operation for grid buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -814,7 +814,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for grid buffered image with type TYPE_INT_RGB.
+     * Test basic BitBlt operation for grid buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -829,7 +829,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for grid buffered image with type TYPE_INT_ARGB.
+     * Test basic BitBlt operation for grid buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -844,7 +844,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for grid buffered image with type TYPE_INT_ARGB_PRE.
+     * Test basic BitBlt operation for grid buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -859,7 +859,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for grid buffered image with type TYPE_USHORT_555_RGB.
+     * Test basic BitBlt operation for grid buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
      *
      * @param image
      *            image used as a destination for BitBlt-type operations
@@ -874,7 +874,7 @@
     }
 
     /**
-     * Test basic BitBlt operation for grid buffered image with type TYPE_USHORT_565_RGB.
+     * Test basic BitBlt operation for grid buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
      *
      * @param image


More information about the distro-pkg-dev mailing list