gnu.x11.extension.render
Class GlyphRequest

java.lang.Object
  extended by gnu.x11.extension.render.GlyphRequest

public class GlyphRequest
extends java.lang.Object


Constructor Summary
GlyphRequest(int id, int width, int height, int x, int y, int offs_x, int offs_y, byte[] image)
          Creates a new glyph request.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlyphRequest

public GlyphRequest(int id,
                    int width,
                    int height,
                    int x,
                    int y,
                    int offs_x,
                    int offs_y,
                    byte[] image)
Creates a new glyph request.

Parameters:
id - the ID for the new glyph
width - the width of the glyph image
height - the height of the glyph image
x - the X position of the glyph for rendering
y - the Y position of the glyph for rendering
offs_x - the X offset to the next glyph
offs_y - the Y offset to the next glyph
image - the image data in the format of this glyph set