1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package com
.nttdocomo
.ui
;
12 import cc
.squirreljme
.runtime
.cldc
.annotation
.Api
;
13 import cc
.squirreljme
.runtime
.cldc
.debug
.Debugging
;
16 * Represents a raster image.
18 * @see javax.microedition.lcdui.Image
22 @SuppressWarnings("AbstractClassWithOnlyOneDirectInheritor")
23 public abstract class Image
30 public abstract void dispose();
33 public int getHeight()
35 throw Debugging
.todo();
41 throw Debugging
.todo();