/hg/gfx-test: Added proper links to JavaDoc (finished).
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Mon Aug 11 09:17:03 UTC 2014
changeset b6a8f0e8f820 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=b6a8f0e8f820
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Mon Aug 11 11:18:04 2014 +0200
Added proper links to JavaDoc (finished).
diffstat:
ChangeLog | 5 +
src/org/gfxtest/testsuites/BitBltBasicTests.java | 2070 +++++++++++-----------
2 files changed, 1040 insertions(+), 1035 deletions(-)
diffs (truncated from 3093 to 500 lines):
diff -r 21c9291f3c03 -r b6a8f0e8f820 ChangeLog
--- a/ChangeLog Thu Aug 07 10:44:03 2014 +0200
+++ b/ChangeLog Mon Aug 11 11:18:04 2014 +0200
@@ -1,3 +1,8 @@
+2014-08-11 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * src/org/gfxtest/testsuites/BitBltBasicTests.java:
+ Added proper links to JavaDoc (finished).
+
2014-08-07 Pavel Tisnovsky <ptisnovs at redhat.com>
* src/org/gfxtest/testsuites/BitBltUsingBgColorAlpha.java:
diff -r 21c9291f3c03 -r b6a8f0e8f820 src/org/gfxtest/testsuites/BitBltBasicTests.java
--- a/src/org/gfxtest/testsuites/BitBltBasicTests.java Thu Aug 07 10:44:03 2014 +0200
+++ b/src/org/gfxtest/testsuites/BitBltBasicTests.java Mon Aug 11 11:18:04 2014 +0200
@@ -3910,7 +3910,7 @@
}
/**
- * Test basic BitBlt operation for vertical green gradient buffered image with type TYPE_4BYTE_ABGR_PRE.
+ * Test basic BitBlt operation for vertical green gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3926,7 +3926,7 @@
/**
* Test basic BitBlt operation for vertical 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
@@ -3942,7 +3942,7 @@
/**
* Test basic BitBlt operation for vertical 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
@@ -3957,7 +3957,7 @@
}
/**
- * Test basic BitBlt operation for vertical green gradient buffered image with type TYPE_BYTE_GRAY.
+ * Test basic BitBlt operation for vertical green gradient buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3972,7 +3972,7 @@
}
/**
- * Test basic BitBlt operation for vertical green gradient buffered image with type TYPE_INT_BGR.
+ * Test basic BitBlt operation for vertical green gradient buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -3987,7 +3987,7 @@
}
/**
- * Test basic BitBlt operation for vertical green gradient buffered image with type TYPE_INT_RGB.
+ * Test basic BitBlt operation for vertical green gradient buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4002,7 +4002,7 @@
}
/**
- * Test basic BitBlt operation for vertical green gradient buffered image with type TYPE_INT_ARGB.
+ * Test basic BitBlt operation for vertical green gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4017,7 +4017,7 @@
}
/**
- * Test basic BitBlt operation for vertical green gradient buffered image with type TYPE_INT_ARGB_PRE.
+ * Test basic BitBlt operation for vertical green gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4032,7 +4032,7 @@
}
/**
- * Test basic BitBlt operation for vertical green gradient buffered image with type TYPE_USHORT_555_RGB.
+ * Test basic BitBlt operation for vertical green gradient buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4047,7 +4047,7 @@
}
/**
- * Test basic BitBlt operation for vertical green gradient buffered image with type TYPE_USHORT_565_RGB.
+ * Test basic BitBlt operation for vertical green gradient buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4062,7 +4062,7 @@
}
/**
- * Test basic BitBlt operation for vertical green gradient buffered image with type TYPE_USHORT_GRAY.
+ * Test basic BitBlt operation for vertical green gradient buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4077,7 +4077,7 @@
}
/**
- * Test basic BitBlt operation for vertical green gradient buffered image with type TYPE_CUSTOM.
+ * Test basic BitBlt operation for vertical green gradient buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4092,7 +4092,7 @@
}
/**
- * Test basic BitBlt operation for horizontal blue gradient buffered image with type TYPE_3BYTE_BGR.
+ * Test basic BitBlt operation for horizontal blue gradient buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4107,7 +4107,7 @@
}
/**
- * Test basic BitBlt operation for horizontal blue gradient buffered image with type TYPE_4BYTE_ABGR.
+ * Test basic BitBlt operation for horizontal blue gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4122,7 +4122,7 @@
}
/**
- * Test basic BitBlt operation for horizontal blue gradient buffered image with type TYPE_4BYTE_ABGR_PRE.
+ * Test basic BitBlt operation for horizontal blue gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4138,7 +4138,7 @@
/**
* Test basic BitBlt operation for horizontal blue 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
@@ -4154,7 +4154,7 @@
/**
* Test basic BitBlt operation for horizontal blue 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
@@ -4169,7 +4169,7 @@
}
/**
- * Test basic BitBlt operation for horizontal blue gradient buffered image with type TYPE_BYTE_GRAY.
+ * Test basic BitBlt operation for horizontal blue gradient buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4184,7 +4184,7 @@
}
/**
- * Test basic BitBlt operation for horizontal blue gradient buffered image with type TYPE_INT_BGR.
+ * Test basic BitBlt operation for horizontal blue gradient buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4199,7 +4199,7 @@
}
/**
- * Test basic BitBlt operation for horizontal blue gradient buffered image with type TYPE_INT_RGB.
+ * Test basic BitBlt operation for horizontal blue gradient buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4214,7 +4214,7 @@
}
/**
- * Test basic BitBlt operation for horizontal blue gradient buffered image with type TYPE_INT_ARGB.
+ * Test basic BitBlt operation for horizontal blue gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4229,7 +4229,7 @@
}
/**
- * Test basic BitBlt operation for horizontal blue gradient buffered image with type TYPE_INT_ARGB_PRE.
+ * Test basic BitBlt operation for horizontal blue gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4244,7 +4244,7 @@
}
/**
- * Test basic BitBlt operation for horizontal blue gradient buffered image with type TYPE_USHORT_555_RGB.
+ * Test basic BitBlt operation for horizontal blue gradient buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4259,7 +4259,7 @@
}
/**
- * Test basic BitBlt operation for horizontal blue gradient buffered image with type TYPE_USHORT_565_RGB.
+ * Test basic BitBlt operation for horizontal blue gradient buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4274,7 +4274,7 @@
}
/**
- * Test basic BitBlt operation for horizontal blue gradient buffered image with type TYPE_USHORT_GRAY.
+ * Test basic BitBlt operation for horizontal blue gradient buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4289,7 +4289,7 @@
}
/**
- * Test basic BitBlt operation for horizontal blue gradient buffered image with type TYPE_CUSTOM.
+ * Test basic BitBlt operation for horizontal blue gradient buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4304,7 +4304,7 @@
}
/**
- * Test basic BitBlt operation for vertical blue gradient buffered image with type TYPE_3BYTE_BGR.
+ * Test basic BitBlt operation for vertical blue gradient buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4319,7 +4319,7 @@
}
/**
- * Test basic BitBlt operation for vertical blue gradient buffered image with type TYPE_4BYTE_ABGR.
+ * Test basic BitBlt operation for vertical blue gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4334,7 +4334,7 @@
}
/**
- * Test basic BitBlt operation for vertical blue gradient buffered image with type TYPE_4BYTE_ABGR_PRE.
+ * Test basic BitBlt operation for vertical blue gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4350,7 +4350,7 @@
/**
* Test basic BitBlt operation for vertical blue 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
@@ -4366,7 +4366,7 @@
/**
* Test basic BitBlt operation for vertical blue 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
@@ -4381,7 +4381,7 @@
}
/**
- * Test basic BitBlt operation for vertical blue gradient buffered image with type TYPE_BYTE_GRAY.
+ * Test basic BitBlt operation for vertical blue gradient buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4396,7 +4396,7 @@
}
/**
- * Test basic BitBlt operation for vertical blue gradient buffered image with type TYPE_INT_BGR.
+ * Test basic BitBlt operation for vertical blue gradient buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4411,7 +4411,7 @@
}
/**
- * Test basic BitBlt operation for vertical blue gradient buffered image with type TYPE_INT_RGB.
+ * Test basic BitBlt operation for vertical blue gradient buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4426,7 +4426,7 @@
}
/**
- * Test basic BitBlt operation for vertical blue gradient buffered image with type TYPE_INT_ARGB.
+ * Test basic BitBlt operation for vertical blue gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4441,7 +4441,7 @@
}
/**
- * Test basic BitBlt operation for vertical blue gradient buffered image with type TYPE_INT_ARGB_PRE.
+ * Test basic BitBlt operation for vertical blue gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4456,7 +4456,7 @@
}
/**
- * Test basic BitBlt operation for vertical blue gradient buffered image with type TYPE_USHORT_555_RGB.
+ * Test basic BitBlt operation for vertical blue gradient buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4471,7 +4471,7 @@
}
/**
- * Test basic BitBlt operation for vertical blue gradient buffered image with type TYPE_USHORT_565_RGB.
+ * Test basic BitBlt operation for vertical blue gradient buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4486,7 +4486,7 @@
}
/**
- * Test basic BitBlt operation for vertical blue gradient buffered image with type TYPE_USHORT_GRAY.
+ * Test basic BitBlt operation for vertical blue gradient buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4501,7 +4501,7 @@
}
/**
- * Test basic BitBlt operation for vertical blue gradient buffered image with type TYPE_CUSTOM.
+ * Test basic BitBlt operation for vertical blue gradient buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4516,7 +4516,7 @@
}
/**
- * Test basic BitBlt operation for horizontal cyan gradient buffered image with type TYPE_3BYTE_BGR.
+ * Test basic BitBlt operation for horizontal cyan gradient buffered image with type {@link BufferedImage#TYPE_3BYTE_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4531,7 +4531,7 @@
}
/**
- * Test basic BitBlt operation for horizontal cyan gradient buffered image with type TYPE_4BYTE_ABGR.
+ * Test basic BitBlt operation for horizontal cyan gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4546,7 +4546,7 @@
}
/**
- * Test basic BitBlt operation for horizontal cyan gradient buffered image with type TYPE_4BYTE_ABGR_PRE.
+ * Test basic BitBlt operation for horizontal cyan gradient buffered image with type {@link BufferedImage#TYPE_4BYTE_ABGR_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4562,7 +4562,7 @@
/**
* Test basic BitBlt operation for horizontal cyan 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
@@ -4578,7 +4578,7 @@
/**
* Test basic BitBlt operation for horizontal cyan 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
@@ -4593,7 +4593,7 @@
}
/**
- * Test basic BitBlt operation for horizontal cyan gradient buffered image with type TYPE_BYTE_GRAY.
+ * Test basic BitBlt operation for horizontal cyan gradient buffered image with type {@link BufferedImage#TYPE_BYTE_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4608,7 +4608,7 @@
}
/**
- * Test basic BitBlt operation for horizontal cyan gradient buffered image with type TYPE_INT_BGR.
+ * Test basic BitBlt operation for horizontal cyan gradient buffered image with type {@link BufferedImage#TYPE_INT_BGR}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4623,7 +4623,7 @@
}
/**
- * Test basic BitBlt operation for horizontal cyan gradient buffered image with type TYPE_INT_RGB.
+ * Test basic BitBlt operation for horizontal cyan gradient buffered image with type {@link BufferedImage#TYPE_INT_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4638,7 +4638,7 @@
}
/**
- * Test basic BitBlt operation for horizontal cyan gradient buffered image with type TYPE_INT_ARGB.
+ * Test basic BitBlt operation for horizontal cyan gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4653,7 +4653,7 @@
}
/**
- * Test basic BitBlt operation for horizontal cyan gradient buffered image with type TYPE_INT_ARGB_PRE.
+ * Test basic BitBlt operation for horizontal cyan gradient buffered image with type {@link BufferedImage#TYPE_INT_ARGB_PRE}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4668,7 +4668,7 @@
}
/**
- * Test basic BitBlt operation for horizontal cyan gradient buffered image with type TYPE_USHORT_555_RGB.
+ * Test basic BitBlt operation for horizontal cyan gradient buffered image with type {@link BufferedImage#TYPE_USHORT_555_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4683,7 +4683,7 @@
}
/**
- * Test basic BitBlt operation for horizontal cyan gradient buffered image with type TYPE_USHORT_565_RGB.
+ * Test basic BitBlt operation for horizontal cyan gradient buffered image with type {@link BufferedImage#TYPE_USHORT_565_RGB}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4698,7 +4698,7 @@
}
/**
- * Test basic BitBlt operation for horizontal cyan gradient buffered image with type TYPE_USHORT_GRAY.
+ * Test basic BitBlt operation for horizontal cyan gradient buffered image with type {@link BufferedImage#TYPE_USHORT_GRAY}.
*
* @param image
* image used as a destination for BitBlt-type operations
@@ -4713,7 +4713,7 @@
}
/**
- * Test basic BitBlt operation for horizontal cyan gradient buffered image with type TYPE_CUSTOM.
+ * Test basic BitBlt operation for horizontal cyan gradient buffered image with type {@link BufferedImage#TYPE_CUSTOM}.
*
* @param image
More information about the distro-pkg-dev
mailing list