gnu.x11.test
Class Shape

java.lang.Object
  extended by gnu.app.Application
      extended by gnu.x11.Application
          extended by gnu.x11.test.Graphics
              extended by gnu.x11.test.Shape

public class Shape
extends Graphics

Test Nonrectangular Window Extension.

See Also:
screenshot, text output, help output

Field Summary
static int[] xbm_data
           
 
Fields inherited from class gnu.x11.test.Graphics
event, leave_display_open, window
 
Fields inherited from class gnu.x11.Application
display
 
Constructor Summary
Shape(java.lang.String[] args)
           
 
Method Summary
 void dispatch_event()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xbm_data

public static final int[] xbm_data
Constructor Detail

Shape

public Shape(java.lang.String[] args)
      throws NotFoundException
Throws:
NotFoundException
Method Detail

dispatch_event

public void dispatch_event()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception