|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.x11.extension.render.GlyphRequest
public class GlyphRequest
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 |
---|
public GlyphRequest(int id, int width, int height, int x, int y, int offs_x, int offs_y, byte[] image)
id
- the ID for the new glyphwidth
- the width of the glyph imageheight
- the height of the glyph imagex
- the X position of the glyph for renderingy
- the Y position of the glyph for renderingoffs_x
- the X offset to the next glyphoffs_y
- the Y offset to the next glyphimage
- the image data in the format of this glyph set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |