server
Class Bitmap

java.lang.Object
  |
  +--server.Bitmap
All Implemented Interfaces:
java.io.Serializable

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

This is a class used as a wrapper around Image objects. It allows Image objects to be serialized

Author:
Ben Litchfield
See Also:
Serialized Form

Constructor Summary
Bitmap(java.awt.Image img)
          constructor of Bitmap
 
Method Summary
 java.awt.Image getImage()
          this is used to get the Image that was wrapped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bitmap

public Bitmap(java.awt.Image img)
constructor of Bitmap

Parameters:
img - the image that needs to be serialized
Method Detail

getImage

public java.awt.Image getImage()
this is used to get the Image that was wrapped

Returns:
the wrapped image