public class X11TextRenderer extends GlyphListPipe
| Modifier and Type | Class and Description |
|---|---|
static class |
X11TextRenderer.Tracer |
| Constructor and Description |
|---|
X11TextRenderer() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
doDrawGlyphList(long dstData,
long xgc,
Region clip,
GlyphList gl) |
protected void |
drawGlyphList(SunGraphics2D sg2d,
GlyphList gl) |
void |
drawGlyphVector(SunGraphics2D sg2d,
GlyphVector g,
float x,
float y) |
X11TextRenderer |
traceWrap() |
drawChars, drawGlyphList, drawStringpublic X11TextRenderer()
public void drawGlyphVector(SunGraphics2D sg2d, GlyphVector g, float x, float y)
drawGlyphVector in interface TextPipedrawGlyphVector in class GlyphListPipevoid doDrawGlyphList(long dstData, long xgc, Region clip, GlyphList gl)
protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl)
drawGlyphList in class GlyphListPipepublic X11TextRenderer traceWrap()