com.yospace.yae.yogi
Class Image

java.lang.Object
  |
  +--com.yospace.yae.yogi.Image
Direct Known Subclasses:
MIDletImage

public abstract class Image
extends java.lang.Object

A YoGI Image. Images are created through static methods in NativeResources createImage(Image), createImage(byte[],int,int), createImage(String).


Constructor Summary
Image()
           
 
Method Summary
abstract  int getHeight()
          Gets the height of the image in pixels.
abstract  int getWidth()
          Gets the width of the image in pixels.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Image

public Image()
Method Detail

getHeight

public abstract int getHeight()
Gets the height of the image in pixels.

getWidth

public abstract int getWidth()
Gets the width of the image in pixels.

Copyright 2002 Yospace Holdings Ltd. All Rights Reserved.