public class Text extends java.lang.Object implements TextWalker
Constructor and Description |
---|
Text() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
protected void |
finalize() |
Rect |
getBounds(StrokeState stroke,
Matrix ctm) |
void |
showGlyph(Font font,
Matrix trm,
int glyph,
int unicode) |
void |
showGlyph(Font font,
Matrix trm,
int glyph,
int unicode,
boolean wmode) |
void |
showString(Font font,
Matrix trm,
java.lang.String str) |
void |
showString(Font font,
Matrix trm,
java.lang.String str,
boolean wmode) |
void |
walk(TextWalker walker) |
protected void finalize()
finalize
in class java.lang.Object
public void destroy()
public void showGlyph(Font font, Matrix trm, int glyph, int unicode, boolean wmode)
showGlyph
in interface TextWalker
public Rect getBounds(StrokeState stroke, Matrix ctm)
public void walk(TextWalker walker)