Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | drawChars(SunGraphics2D sg2d, char[] data, int offset, int length, int ix, int iy)
Implements sun.
|
protected abstract void | |
protected void | |
public void | drawGlyphVector(SunGraphics2D sg2d, GlyphVector gv, float x, float y)
Implements sun.
|
public void | drawString(SunGraphics2D sg2d, String s, double x, double y)
Implements sun.
|
GlyphListPipe | back to summary |
---|---|
public GlyphListPipe() |
drawChars | back to summary |
---|---|
public void drawChars(SunGraphics2D sg2d, char[] data, int offset, int length, int ix, int iy) Implements sun. |
drawGlyphList | back to summary |
---|---|
protected abstract void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) |
drawGlyphList | back to summary |
---|---|
protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl, int aaHint) |
drawGlyphVector | back to summary |
---|---|
public void drawGlyphVector(SunGraphics2D sg2d, GlyphVector gv, float x, float y) Implements sun. |
drawString | back to summary |
---|---|
public void drawString(SunGraphics2D sg2d, String s, double x, double y) Implements sun. |