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

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Wed Aug 6 08:56:32 UTC 2014


changeset de518ffd38fc in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=de518ffd38fc
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Wed Aug 06 10:57:35 2014 +0200

	Added proper links to JavaDoc.


diffstat:

 ChangeLog                                        |   5 +
 src/org/gfxtest/testsuites/BitBltScaleImage.java |  88 ++++++++++++------------
 2 files changed, 49 insertions(+), 44 deletions(-)

diffs (411 lines):

diff -r 8f0b63cde6fc -r de518ffd38fc ChangeLog
--- a/ChangeLog	Tue Aug 05 11:15:28 2014 +0200
+++ b/ChangeLog	Wed Aug 06 10:57:35 2014 +0200
@@ -1,3 +1,8 @@
+2014-08-06  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* src/org/gfxtest/testsuites/BitBltScaleImage.java:
+	Added proper links to JavaDoc.
+
 2014-08-05  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* src/org/gfxtest/testsuites/BitBltRescaleOp.java:
diff -r 8f0b63cde6fc -r de518ffd38fc src/org/gfxtest/testsuites/BitBltScaleImage.java
--- a/src/org/gfxtest/testsuites/BitBltScaleImage.java	Tue Aug 05 11:15:28 2014 +0200
+++ b/src/org/gfxtest/testsuites/BitBltScaleImage.java	Wed Aug 06 10:57:35 2014 +0200
@@ -79,7 +79,7 @@
 public class BitBltScaleImage extends GfxTest
 {
     /**
-     * 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}.
      * The image is scaled to a double size in both dimensions.
      *
      * @param image
@@ -96,7 +96,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}.
      * The image is scaled to one half size in both dimensions.
      *
      * @param image
@@ -113,7 +113,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}.
      * The image is scaled to one third size in both dimensions.
      *
      * @param image
@@ -130,7 +130,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}.
      * The image is scaled to two thirds size in both dimensions.
      *
      * @param image
@@ -147,7 +147,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}.
      * The image is scaled to a double size in horizontal dimension.
      *
      * @param image
@@ -164,7 +164,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}.
      * The image is scaled to one half size in horizontal dimension.
      *
      * @param image
@@ -181,7 +181,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}.
      * The image is scaled to one third size in horizontal dimension.
      *
      * @param image
@@ -198,7 +198,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}.
      * The image is scaled to two thirds size in horizontal dimension.
      *
      * @param image
@@ -215,7 +215,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}.
      * The image is scaled to a double size in vertical dimension.
      *
      * @param image
@@ -232,7 +232,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}.
      * The image is scaled to one half size in vertical dimension.
      *
      * @param image
@@ -249,7 +249,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}.
      * The image is scaled to one third size in vertical dimension.
      *
      * @param image
@@ -266,7 +266,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}.
      * The image is scaled to two thirds size in vertical dimension.
      *
      * @param image
@@ -283,7 +283,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}.
      * The image is scaled to a double size in both dimensions.
      *
      * @param image
@@ -300,7 +300,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}.
      * The image is scaled to one half size in both dimensions.
      *
      * @param image
@@ -317,7 +317,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}.
      * The image is scaled to one third size in both dimensions.
      *
      * @param image
@@ -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}.
      * The image is scaled to two thirds size in both dimensions.
      *
      * @param image
@@ -351,7 +351,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}.
      * The image is scaled to one half size in horizontal dimension.
      *
      * @param image
@@ -368,7 +368,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}.
      * The image is scaled to two times size in horizontal dimension.
      *
      * @param image
@@ -385,7 +385,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}.
      * The image is scaled to one third size in horizontal dimension.
      *
      * @param image
@@ -402,7 +402,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}.
      * The image is scaled to two thirds size in horizontal dimension.
      *
      * @param image
@@ -419,7 +419,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}.
      * The image is scaled to one half size in vertical dimension.
      *
      * @param image
@@ -436,7 +436,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}.
      * The image is scaled to two times size in vertical dimension.
      *
      * @param image
@@ -453,7 +453,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}.
      * The image is scaled to one third size in vertical dimension.
      *
      * @param image
@@ -470,7 +470,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}.
      * The image is scaled to two thirds size in vertical dimension.
      *
      * @param image
@@ -487,7 +487,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}.
      * The image is scaled to a double size in both dimensions.
      *
      * @param image
@@ -504,7 +504,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}.
      * The image is scaled to one half size in both dimensions.
      *
      * @param image
@@ -521,7 +521,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}.
      * The image is scaled to one third size in both dimensions.
      *
      * @param image
@@ -538,7 +538,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}.
      * The image is scaled to two thirds size in both dimensions.
      *
      * @param image
@@ -555,7 +555,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}.
      * The image is scaled to a double size in horizontal dimension.
      *
      * @param image
@@ -572,7 +572,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}.
      * The image is scaled to one half size in horizontal dimension.
      *
      * @param image
@@ -589,7 +589,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}.
      * The image is scaled to one third size in horizontal dimension.
      *
      * @param image
@@ -606,7 +606,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}.
      * The image is scaled to two thirds size in horizontal dimension.
      *
      * @param image
@@ -623,7 +623,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}.
      * The image is scaled to a double size in vertical dimension.
      *
      * @param image
@@ -640,7 +640,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}.
      * The image is scaled to one half size in vertical dimension.
      *
      * @param image
@@ -657,7 +657,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}.
      * The image is scaled to one third size in vertical dimension.
      *
      * @param image
@@ -674,7 +674,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}.
      * The image is scaled to two thirds size in vertical dimension.
      *
      * @param image
@@ -691,7 +691,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}.
      * The image is scaled to a double size in both dimensions.
      *
      * @param image
@@ -708,7 +708,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}.
      * The image is scaled to one half size in both dimensions.
      *
      * @param image
@@ -725,7 +725,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}.
      * The image is scaled to one third size in both dimensions.
      *
      * @param image
@@ -742,7 +742,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}.
      * The image is scaled to two thirds size in both dimensions.
      *
      * @param image
@@ -759,7 +759,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}.
      * The image is scaled to one half size in horizontal dimension.
      *
      * @param image
@@ -776,7 +776,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}.
      * The image is scaled to two times size in horizontal dimension.
      *
      * @param image
@@ -793,7 +793,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}.
      * The image is scaled to one half size in vertical dimension.
      *
      * @param image
@@ -810,7 +810,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}.
      * The image is scaled to two times size in vertical dimension.
      *
      * @param image


More information about the distro-pkg-dev mailing list