org.nakedobjects.applib.value
Class Image

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

public class Image
extends java.lang.Object
implements java.io.Serializable

Represents an image.

See Also:
Serialized Form

Constructor Summary
Image(int[][] image)
           
 
Method Summary
 int getHeight()
           
 int[][] getImage()
           
 java.lang.Object getValue()
           
 int getWidth()
           
 java.lang.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 java.lang.Object getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getImage

public int[][] getImage()

getHeight

public int getHeight()

getWidth

public int getWidth()


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