/hg/gfx-test: Added proper links to JavaDoc.
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Tue Aug 5 09:14:29 UTC 2014
changeset 8f0b63cde6fc in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=8f0b63cde6fc
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Tue Aug 05 11:15:28 2014 +0200
Added proper links to JavaDoc.
diffstat:
ChangeLog | 5 ++
src/org/gfxtest/testsuites/BitBltRescaleOp.java | 58 ++++++++++++------------
2 files changed, 34 insertions(+), 29 deletions(-)
diffs (276 lines):
diff -r 3eb4d91cb84b -r 8f0b63cde6fc ChangeLog
--- a/ChangeLog Mon Aug 04 11:35:36 2014 +0200
+++ b/ChangeLog Tue Aug 05 11:15:28 2014 +0200
@@ -1,3 +1,8 @@
+2014-08-05 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * src/org/gfxtest/testsuites/BitBltRescaleOp.java:
+ Added proper links to JavaDoc.
+
2014-08-04 Pavel Tisnovsky <ptisnovs at redhat.com>
* src/org/gfxtest/testsuites/BitBltBufferedImageOp.java:
diff -r 3eb4d91cb84b -r 8f0b63cde6fc src/org/gfxtest/testsuites/BitBltRescaleOp.java
--- a/src/org/gfxtest/testsuites/BitBltRescaleOp.java Mon Aug 04 11:35:36 2014 +0200
+++ b/src/org/gfxtest/testsuites/BitBltRescaleOp.java Tue Aug 05 11:15:28 2014 +0200
@@ -1,7 +1,7 @@
/*
Java gfx-test framework
- Copyright (C) 2012, 2013 Red Hat
+ Copyright (C) 2012, 2013, 2014 Red Hat
This file is part of IcedTea.
@@ -109,7 +109,7 @@
private static final RescaleOp blackImageScaleROP = new RescaleOp(BlackImageScale, ZeroOffset, null);
/**
- * 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
@@ -123,7 +123,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
@@ -137,7 +137,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
@@ -151,7 +151,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
@@ -165,7 +165,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
@@ -179,7 +179,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
@@ -193,7 +193,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
@@ -207,7 +207,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
@@ -221,7 +221,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
@@ -235,7 +235,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
@@ -249,7 +249,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
@@ -263,7 +263,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
@@ -277,7 +277,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
@@ -291,7 +291,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
@@ -305,7 +305,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
@@ -319,7 +319,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
@@ -333,7 +333,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
@@ -347,7 +347,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
@@ -361,7 +361,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
@@ -375,7 +375,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
@@ -389,7 +389,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
@@ -403,7 +403,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
@@ -417,7 +417,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
@@ -431,7 +431,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
@@ -445,7 +445,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
@@ -459,7 +459,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
@@ -473,7 +473,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
@@ -487,7 +487,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
More information about the distro-pkg-dev
mailing list