|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xwt.translators.GIF
Converts an InputStream carrying a GIF image into an ARGB int[]
Constructor Summary | |
GIF()
|
Method Summary | |
Picture |
fromInputStream(java.io.InputStream is,
java.lang.String name)
Processes an image from InputStream is; returns null if there is an error |
int[] |
getData()
|
int |
getHeight()
|
int |
getWidth()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GIF()
Method Detail |
public int[] getData()
public int getWidth()
public int getHeight()
public Picture fromInputStream(java.io.InputStream is, java.lang.String name)
name
- A string describing the image; used for error reporting.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |