|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xwt.translators.PNG
Converts an InputStream carrying a PNG image into an ARGB int[]
Constructor Summary | |
PNG()
|
Method Summary | |
Picture |
fromInputStream(java.io.InputStream is,
java.lang.String name)
process a PNG as an inputstream; returns null if there is an error |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PNG()
Method Detail |
public Picture fromInputStream(java.io.InputStream is, java.lang.String name) throws java.io.IOException
name
- A string describing the image, to be used when logging errors
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |