|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpt.tumba.parser.swf.SWF2HTML.TextDumper
public class SWF2HTML.TextDumper
Description of the Class
| Field Summary | |
|---|---|
protected boolean |
firstY
Description of the Field |
protected java.lang.Integer |
fontId
Description of the Field |
| Constructor Summary | |
|---|---|
SWF2HTML.TextDumper()
|
|
| Method Summary | |
|---|---|
void |
color(Color color)
Description of the Method |
void |
done()
Description of the Method |
void |
font(int fontId,
int textHeight)
Description of the Method |
void |
setX(int x)
Sets the x attribute of the TextDumper object |
void |
setY(int y)
Sets the y attribute of the TextDumper object |
void |
text(int[] glyphIndices,
int[] glyphAdvances)
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer fontId
protected boolean firstY
| Constructor Detail |
|---|
public SWF2HTML.TextDumper()
| Method Detail |
|---|
public void font(int fontId,
int textHeight)
font in interface SWFTextfontId - Description of the ParametertextHeight - Description of the Parameterpublic void setY(int y)
setY in interface SWFTexty - The new y value
public void text(int[] glyphIndices,
int[] glyphAdvances)
text in interface SWFTextglyphIndices - Description of the ParameterglyphAdvances - Description of the Parameterpublic void color(Color color)
color in interface SWFTextcolor - Description of the Parameterpublic void setX(int x)
setX in interface SWFTextx - The new x valuepublic void done()
done in interface SWFText
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||