diff servlet/src/digilib/image/DocuImage.java @ 101:78f52a1876fe

digilib V1.9b1 - ongoing work with rotation (still doesn't work as I want)
author robcast
date Mon, 05 May 2003 22:19:08 +0200
parents 997ba69afb81
children a32e8c80e2f2
line wrap: on
line diff
--- a/servlet/src/digilib/image/DocuImage.java	Mon May 05 22:18:37 2003 +0200
+++ b/servlet/src/digilib/image/DocuImage.java	Mon May 05 22:19:08 2003 +0200
@@ -161,7 +161,7 @@
 	/** Rotates the current image.
 	 * 
 	 * Replaces the current image with a rotated image. The image is rotated
-	 * around the point <code>x</code>,<code>y</code> by <code>angle</code> 
+	 * around the center by the <code>angle</code> 
 	 * given in degrees [0, 360] clockwise.
 	 * Image size and aspect ratio are likely to change.
 	 * 
@@ -174,7 +174,7 @@
 	 * Replaces  the current image with a mirrored image. The mirror axis goes
 	 * through the center of the image and is rotated by <code>angle</code>
 	 * degrees. Currently only horizontal and vertical mirroring (0 and 90
-	 * degree) are supported.
+	 * degree) are supported. 
 	 * 
 	 * @param angle angle of mirror axis
 	 * @throws ImageOpException