|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--server.Bitmap
This is a class used as a wrapper around Image objects. It allows Image objects to be serialized
| 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 |
public Bitmap(java.awt.Image img)
img - the image that needs to be serialized| Method Detail |
public java.awt.Image getImage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||