|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.aglets.AgletImageData
Constructor Summary | |
AgletImageData(java.net.URL u,
byte[] b,
java.lang.String t)
|
Method Summary | |
java.awt.image.ImageProducer |
getImageProducer()
Gets source of the image |
int |
hashCode()
|
void |
writeTo(java.io.OutputStream out)
Writes the image data to the given output stream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AgletImageData(java.net.URL u, byte[] b, java.lang.String t)
Method Detail |
public java.awt.image.ImageProducer getImageProducer()
ImageData
getImageProducer
in interface ImageData
public int hashCode()
hashCode
in class java.lang.Object
public void writeTo(java.io.OutputStream out) throws java.io.IOException
ImageData
writeTo
in interface ImageData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |