org.nakedobjects.applib.value
Class Image

java.lang.Object
  extended by org.nakedobjects.applib.value.Image
All Implemented Interfaces:
Serializable

public class Image
extends Object
implements Serializable

Represents an image.

See Also:
Serialized Form

Constructor Summary
Image(int[][] image)
           
 
Method Summary
 int getHeight()
           
 int[][] getImage()
           
 Object getValue()
           
 int getWidth()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Image

public Image(int[][] image)
Method Detail

getValue

public Object getValue()

toString

public String toString()
Overrides:
toString in class Object

getImage

public int[][] getImage()

getHeight

public int getHeight()

getWidth

public int getWidth()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.