gnu.x11.extension.render
Class Picture

java.lang.Object
  extended by gnu.x11.Resource
      extended by gnu.x11.extension.render.Picture
Direct Known Subclasses:
DrawablePicture

public class Picture
extends Resource

A simple picture. This is used in the render extension for solid colors.

See Also:
Render.create_solid_fill(int, int, int, int)

Field Summary
static Picture NONE
          A null picture.
 
Fields inherited from class gnu.x11.Resource
display, id
 
Method Summary
 
Methods inherited from class gnu.x11.Resource
id, unintern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final Picture NONE
A null picture.

See Also:
Window.NONE