From 45b394fe10eb1852268eed201cf431c4774b5428 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Wed, 4 Jun 2008 20:45:22 +0000 Subject: After Javadoc Bash for 3.4RC4 --- .../Eclipse SWT/photon/org/eclipse/swt/graphics/Image.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Image.java') diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Image.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Image.java index eccd12dbda..0cc2924542 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Image.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Image.java @@ -61,6 +61,9 @@ import java.io.*; * @see Color * @see ImageData * @see ImageLoader + * @see Image snippets + * @see SWT Examples: GraphicsExample, ImageAnalyzer + * @see Sample code and further information */ public final class Image extends Resource implements Drawable { @@ -148,11 +151,11 @@ public Image(Device device, int width, int height) { * provided image, with an appearance that varies depending * on the value of the flag. The possible flag values are: *
- *
IMAGE_COPY
+ *
{@link SWT#IMAGE_COPY}
*
the result is an identical copy of srcImage
- *
IMAGE_DISABLE
+ *
{@link SWT#IMAGE_DISABLE}
*
the result is a copy of srcImage which has a disabled look
- *
IMAGE_GRAY
+ *
{@link SWT#IMAGE_GRAY}
*
the result is a copy of srcImage which has a gray scale look
*
* -- cgit