/hg/gfx-test: Added proper links to JavaDoc (continuing).
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Fri Aug 1 09:25:42 UTC 2014
changeset 5bb991864e58 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=5bb991864e58
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Fri Aug 01 11:26:42 2014 +0200
Added proper links to JavaDoc (continuing).
diffstat:
ChangeLog | 5 +
src/org/gfxtest/testsuites/BitBltBasicTests.java | 562 +++++++++++-----------
2 files changed, 286 insertions(+), 281 deletions(-)
diffs (truncated from 1053 to 500 lines):
diff -r 591abd34c460 -r 5bb991864e58 ChangeLog
--- a/ChangeLog Tue Jul 22 11:54:00 2014 +0200
+++ b/ChangeLog Fri Aug 01 11:26:42 2014 +0200
@@ -1,3 +1,8 @@
+2014-08-01 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * src/org/gfxtest/testsuites/BitBltBasicTests.java:
+ Added proper links to JavaDoc (continuing).
+
2014-07-22 Pavel Tisnovsky <ptisnovs at redhat.com>
* src/org/gfxtest/testsuites/BitBltBasicTests.java:
diff -r 591abd34c460 -r 5bb991864e58 src/org/gfxtest/testsuites/BitBltBasicTests.java
--- a/src/org/gfxtest/testsuites/BitBltBasicTests.java Tue Jul 22 11:54:00 2014 +0200
+++ b/src/org/gfxtest/testsuites/BitBltBasicTests.java Fri Aug 01 11:26:42 2014 +0200
@@ -2973,7 +2973,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_USHORT_555_RGB.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -2988,7 +2988,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_USHORT_565_RGB.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3003,7 +3003,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_USHORT_GRAY.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3018,7 +3018,7 @@
}
/**
- * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type TYPE_CUSTOM.
+ * Test basic BitBlt operation for horizontal grayscale gradient buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3033,7 +3033,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_3BYTE_BGR.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3048,7 +3048,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_4BYTE_ABGR.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3063,7 +3063,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_4BYTE_ABGR_PRE.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3079,7 +3079,7 @@
/**
* Test basic BitBlt operation for vertical 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
@@ -3094,7 +3094,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_BYTE_INDEXED.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_BYTE_INDEXED}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3109,7 +3109,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_BYTE_GRAY.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3124,7 +3124,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_INT_BGR.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3139,7 +3139,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_INT_RGB.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3154,7 +3154,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_INT_ARGB.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3169,7 +3169,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_INT_ARGB_PRE.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3184,7 +3184,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_USHORT_555_RGB.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3199,7 +3199,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_USHORT_565_RGB.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3214,7 +3214,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_USHORT_GRAY.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3229,7 +3229,7 @@
}
/**
- * Test basic BitBlt operation for vertical grayscale gradient buffered image with type TYPE_CUSTOM.
+ * Test basic BitBlt operation for vertical grayscale gradient buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3244,7 +3244,7 @@
}
/**
- * Test basic BitBlt operation for horizontal red gradient buffered image with type TYPE_3BYTE_BGR.
+ * Test basic BitBlt operation for horizontal red gradient buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3259,7 +3259,7 @@
}
/**
- * Test basic BitBlt operation for horizontal red gradient buffered image with type TYPE_4BYTE_ABGR.
+ * Test basic BitBlt operation for horizontal red gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3274,7 +3274,7 @@
}
/**
- * Test basic BitBlt operation for horizontal red gradient buffered image with type TYPE_4BYTE_ABGR_PRE.
+ * Test basic BitBlt operation for horizontal red gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3290,7 +3290,7 @@
/**
* Test basic BitBlt operation for horizontal red 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
@@ -3306,7 +3306,7 @@
/**
* Test basic BitBlt operation for horizontal red gradient 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
@@ -3321,7 +3321,7 @@
}
/**
- * Test basic BitBlt operation for horizontal red gradient buffered image with type TYPE_BYTE_GRAY.
+ * Test basic BitBlt operation for horizontal red gradient buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3336,7 +3336,7 @@
}
/**
- * Test basic BitBlt operation for horizontal red gradient buffered image with type TYPE_INT_BGR.
+ * Test basic BitBlt operation for horizontal red gradient buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3351,7 +3351,7 @@
}
/**
- * Test basic BitBlt operation for horizontal red gradient buffered image with type TYPE_INT_RGB.
+ * Test basic BitBlt operation for horizontal red gradient buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3366,7 +3366,7 @@
}
/**
- * Test basic BitBlt operation for horizontal red gradient buffered image with type TYPE_INT_ARGB.
+ * Test basic BitBlt operation for horizontal red gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3381,7 +3381,7 @@
}
/**
- * Test basic BitBlt operation for horizontal red gradient buffered image with type TYPE_INT_ARGB_PRE.
+ * Test basic BitBlt operation for horizontal red gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3396,7 +3396,7 @@
}
/**
- * Test basic BitBlt operation for horizontal red gradient buffered image with type TYPE_USHORT_555_RGB.
+ * Test basic BitBlt operation for horizontal red gradient buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3411,7 +3411,7 @@
}
/**
- * Test basic BitBlt operation for horizontal red gradient buffered image with type TYPE_USHORT_565_RGB.
+ * Test basic BitBlt operation for horizontal red gradient buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3426,7 +3426,7 @@
}
/**
- * Test basic BitBlt operation for horizontal red gradient buffered image with type TYPE_USHORT_GRAY.
+ * Test basic BitBlt operation for horizontal red gradient buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3441,7 +3441,7 @@
}
/**
- * Test basic BitBlt operation for horizontal red gradient buffered image with type TYPE_CUSTOM.
+ * Test basic BitBlt operation for horizontal red gradient buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3456,7 +3456,7 @@
}
/**
- * Test basic BitBlt operation for vertical red gradient buffered image with type TYPE_3BYTE_BGR.
+ * Test basic BitBlt operation for vertical red gradient buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3471,7 +3471,7 @@
}
/**
- * Test basic BitBlt operation for vertical red gradient buffered image with type TYPE_4BYTE_ABGR.
+ * Test basic BitBlt operation for vertical red gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3486,7 +3486,7 @@
}
/**
- * Test basic BitBlt operation for vertical red gradient buffered image with type TYPE_4BYTE_ABGR_PRE.
+ * Test basic BitBlt operation for vertical red gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3502,7 +3502,7 @@
/**
* Test basic BitBlt operation for vertical red 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
@@ -3518,7 +3518,7 @@
/**
* Test basic BitBlt operation for vertical red gradient 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
@@ -3533,7 +3533,7 @@
}
/**
- * Test basic BitBlt operation for vertical red gradient buffered image with type TYPE_BYTE_GRAY.
+ * Test basic BitBlt operation for vertical red gradient buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3548,7 +3548,7 @@
}
/**
- * Test basic BitBlt operation for vertical red gradient buffered image with type TYPE_INT_BGR.
+ * Test basic BitBlt operation for vertical red gradient buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3563,7 +3563,7 @@
}
/**
- * Test basic BitBlt operation for vertical red gradient buffered image with type TYPE_INT_RGB.
+ * Test basic BitBlt operation for vertical red gradient buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3578,7 +3578,7 @@
}
/**
- * Test basic BitBlt operation for vertical red gradient buffered image with type TYPE_INT_ARGB.
+ * Test basic BitBlt operation for vertical red gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3593,7 +3593,7 @@
}
/**
- * Test basic BitBlt operation for vertical red gradient buffered image with type TYPE_INT_ARGB_PRE.
+ * Test basic BitBlt operation for vertical red gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3608,7 +3608,7 @@
}
/**
- * Test basic BitBlt operation for vertical red gradient buffered image with type TYPE_USHORT_555_RGB.
+ * Test basic BitBlt operation for vertical red gradient buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3623,7 +3623,7 @@
}
/**
- * Test basic BitBlt operation for vertical red gradient buffered image with type TYPE_USHORT_565_RGB.
+ * Test basic BitBlt operation for vertical red gradient buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3638,7 +3638,7 @@
}
/**
- * Test basic BitBlt operation for vertical red gradient buffered image with type TYPE_USHORT_GRAY.
+ * Test basic BitBlt operation for vertical red gradient buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3653,7 +3653,7 @@
}
/**
- * Test basic BitBlt operation for vertical red gradient buffered image with type TYPE_CUSTOM.
+ * Test basic BitBlt operation for vertical red gradient buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3668,7 +3668,7 @@
}
/**
- * Test basic BitBlt operation for horizontal green gradient buffered image with type TYPE_3BYTE_BGR.
+ * Test basic BitBlt operation for horizontal green gradient buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3683,7 +3683,7 @@
}
/**
- * Test basic BitBlt operation for horizontal green gradient buffered image with type TYPE_4BYTE_ABGR.
+ * Test basic BitBlt operation for horizontal green gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3698,7 +3698,7 @@
}
/**
- * Test basic BitBlt operation for horizontal green gradient buffered image with type TYPE_4BYTE_ABGR_PRE.
+ * Test basic BitBlt operation for horizontal green gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3714,7 +3714,7 @@
/**
* Test basic BitBlt operation for horizontal green 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
@@ -3730,7 +3730,7 @@
/**
* Test basic BitBlt operation for horizontal green gradient 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
@@ -3745,7 +3745,7 @@
}
/**
- * Test basic BitBlt operation for horizontal green gradient buffered image with type TYPE_BYTE_GRAY.
+ * Test basic BitBlt operation for horizontal green gradient buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3760,7 +3760,7 @@
}
/**
- * Test basic BitBlt operation for horizontal green gradient buffered image with type TYPE_INT_BGR.
+ * Test basic BitBlt operation for horizontal green gradient buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3775,7 +3775,7 @@
}
/**
- * Test basic BitBlt operation for horizontal green gradient buffered image with type TYPE_INT_RGB.
+ * Test basic BitBlt operation for horizontal green gradient buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
*
* @param image
More information about the distro-pkg-dev
mailing list