/hg/gfx-test: Added proper links to JavaDoc (continuing).
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Tue Jul 22 09:52:58 UTC 2014
changeset 591abd34c460 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=591abd34c460
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Tue Jul 22 11:54:00 2014 +0200
Added proper links to JavaDoc (continuing).
diffstat:
ChangeLog | 5 ++
src/org/gfxtest/testsuites/BitBltBasicTests.java | 56 ++++++++++++------------
2 files changed, 33 insertions(+), 28 deletions(-)
diffs (267 lines):
diff -r e16f2b0cc220 -r 591abd34c460 ChangeLog
--- a/ChangeLog Mon Jul 21 12:16:53 2014 +0200
+++ b/ChangeLog Tue Jul 22 11:54:00 2014 +0200
@@ -1,3 +1,8 @@
+2014-07-22 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * src/org/gfxtest/testsuites/BitBltBasicTests.java:
+ Added proper links to JavaDoc (continuing).
+
2014-07-21 Pavel Tisnovsky <ptisnovs at redhat.com>
* src/org/gfxtest/testsuites/CAGOperationsOnTwoConcentricCircles.java:
diff -r e16f2b0cc220 -r 591abd34c460 src/org/gfxtest/testsuites/BitBltBasicTests.java
--- a/src/org/gfxtest/testsuites/BitBltBasicTests.java Mon Jul 21 12:16:53 2014 +0200
+++ b/src/org/gfxtest/testsuites/BitBltBasicTests.java Tue Jul 22 11:54:00 2014 +0200
@@ -2550,7 +2550,7 @@
}
/**
- * Test basic BitBlt operation for black and white dots pattern buffered image with type TYPE_USHORT_555_RGB.
+ * Test basic BitBlt operation for black and white dots pattern buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2565,7 +2565,7 @@
}
/**
- * Test basic BitBlt operation for black and white dots pattern buffered image with type TYPE_USHORT_565_RGB.
+ * Test basic BitBlt operation for black and white dots pattern buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2580,7 +2580,7 @@
}
/**
- * Test basic BitBlt operation for black and white dots pattern buffered image with type TYPE_USHORT_GRAY.
+ * Test basic BitBlt operation for black and white dots pattern buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2595,7 +2595,7 @@
}
/**
- * Test basic BitBlt operation for black and white dots pattern buffered image with type TYPE_CUSTOM.
+ * Test basic BitBlt operation for black and white dots pattern buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2610,7 +2610,7 @@
}
/**
- * Test basic BitBlt operation for color dots pattern buffered image with type TYPE_3BYTE_BGR.
+ * Test basic BitBlt operation for color dots pattern buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2625,7 +2625,7 @@
}
/**
- * Test basic BitBlt operation for color dots pattern buffered image with type TYPE_4BYTE_ABGR.
+ * Test basic BitBlt operation for color dots pattern buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2640,7 +2640,7 @@
}
/**
- * Test basic BitBlt operation for color dots pattern buffered image with type TYPE_4BYTE_ABGR_PRE.
+ * Test basic BitBlt operation for color dots pattern buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2656,7 +2656,7 @@
/**
* Test basic BitBlt operation for color dots pattern 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
@@ -2672,7 +2672,7 @@
/**
* Test basic BitBlt operation for color dots pattern 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
@@ -2687,7 +2687,7 @@
}
/**
- * Test basic BitBlt operation for color dots pattern buffered image with type TYPE_BYTE_GRAY.
+ * Test basic BitBlt operation for color dots pattern buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2702,7 +2702,7 @@
}
/**
- * Test basic BitBlt operation for color dots pattern buffered image with type TYPE_INT_BGR.
+ * Test basic BitBlt operation for color dots pattern buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2717,7 +2717,7 @@
}
/**
- * Test basic BitBlt operation for color dots pattern buffered image with type TYPE_INT_RGB.
+ * Test basic BitBlt operation for color dots pattern buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2732,7 +2732,7 @@
}
/**
- * Test basic BitBlt operation for color dots pattern buffered image with type TYPE_INT_ARGB.
+ * Test basic BitBlt operation for color dots pattern buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2747,7 +2747,7 @@
}
/**
- * Test basic BitBlt operation for color dots pattern buffered image with type TYPE_INT_ARGB_PRE.
+ * Test basic BitBlt operation for color dots pattern buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2762,7 +2762,7 @@
}
/**
- * Test basic BitBlt operation for color dots pattern buffered image with type TYPE_USHORT_555_RGB.
+ * Test basic BitBlt operation for color dots pattern buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2777,7 +2777,7 @@
}
/**
- * Test basic BitBlt operation for color dots pattern buffered image with type TYPE_USHORT_565_RGB.
+ * Test basic BitBlt operation for color dots pattern buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2792,7 +2792,7 @@
}
/**
- * Test basic BitBlt operation for color dots pattern buffered image with type TYPE_USHORT_GRAY.
+ * Test basic BitBlt operation for color dots pattern buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2807,7 +2807,7 @@
}
/**
- * Test basic BitBlt operation for color dots pattern buffered image with type TYPE_CUSTOM.
+ * Test basic BitBlt operation for color dots pattern buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2822,7 +2822,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_3BYTE_BGR.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2837,7 +2837,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_4BYTE_ABGR.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2852,7 +2852,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_4BYTE_ABGR_PRE.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2868,7 +2868,7 @@
/**
* Test basic BitBlt operation for horizontal grayscale gradient 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
@@ -2883,7 +2883,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_BYTE_INDEXED.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_BYTE_INDEXED}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2898,7 +2898,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_BYTE_GRAY.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2913,7 +2913,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_INT_BGR.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2928,7 +2928,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_INT_RGB.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2943,7 +2943,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_INT_ARGB.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2958,7 +2958,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_INT_ARGB_PRE.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
More information about the distro-pkg-dev
mailing list