comparison dwt/graphics/Image.d @ 4:ab8b5765e3d1

fix implements
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:51:50 +0200
parents 649b8e223d5a
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
3:649b8e223d5a 4:ab8b5765e3d1
72 * 72 *
73 * @see Color 73 * @see Color
74 * @see ImageData 74 * @see ImageData
75 * @see ImageLoader 75 * @see ImageLoader
76 */ 76 */
77 public final class Image : Resource implements Drawable { 77 public final class Image : Resource , Drawable {
78 78
79 /** 79 /**
80 * specifies whether the receiver is a bitmap or an icon 80 * specifies whether the receiver is a bitmap or an icon
81 * (one of <code>DWT.BITMAP</code>, <code>DWT.ICON</code>) 81 * (one of <code>DWT.BITMAP</code>, <code>DWT.ICON</code>)
82 * <p> 82 * <p>