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

fix implements
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:51:50 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
3:649b8e223d5a 4:ab8b5765e3d1
33 * 33 *
34 * @see Image 34 * @see Image
35 * @see ImageLoader 35 * @see ImageLoader
36 */ 36 */
37 37
38 public final class ImageData implements CloneableCompatibility { 38 public final class ImageData : CloneableCompatibility {
39 39
40 /** 40 /**
41 * The width of the image, in pixels. 41 * The width of the image, in pixels.
42 */ 42 */
43 public int width; 43 public int width;