gnu.x11.test
Class Image
java.lang.Object
gnu.app.Application
gnu.x11.Application
gnu.x11.test.Graphics
gnu.x11.test.Image
public class Image
- extends Graphics
Test image output of XBM, XPM, and PPM format.
- See Also:
-
screenshot,
help output
Fields inherited from class gnu.app.Application |
exit_now, help_option |
Constructor Summary |
Image(java.lang.String[] args)
|
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
paint()
|
Methods inherited from class gnu.app.Application |
about, exit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xbm_data
public static final int[] xbm_data
xpm_data
public static final java.lang.String[] xpm_data
ppm
public PPM ppm
xbm
public XBM xbm
xpm
public XPM xpm
Image
public Image(java.lang.String[] args)
throws java.io.FileNotFoundException,
java.io.IOException
- Throws:
java.io.FileNotFoundException
java.io.IOException
paint
public void paint()
- Overrides:
paint
in class Graphics
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception