|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SWFText
Interface for passing static text
| Method Summary | |
|---|---|
void |
color(Color color)
Color is AlphaColor for DefineText2 |
void |
done()
Called at end of all text |
void |
font(int fontId,
int textHeight)
Description of the Method |
void |
setX(int x)
Sets the x attribute of the SWFText object |
void |
setY(int y)
Sets the y attribute of the SWFText object |
void |
text(int[] glyphIndices,
int[] glyphAdvances)
Description of the Method |
| Method Detail |
|---|
void font(int fontId,
int textHeight)
throws java.io.IOException
fontId - Description of the ParametertextHeight - Description of the Parameter
java.io.IOException - Description of the Exception
void color(Color color)
throws java.io.IOException
color - Description of the Parameter
java.io.IOException - Description of the Exception
void setX(int x)
throws java.io.IOException
x - The new x value
java.io.IOException - Description of the Exception
void setY(int y)
throws java.io.IOException
y - The new y value
java.io.IOException - Description of the Exception
void text(int[] glyphIndices,
int[] glyphAdvances)
throws java.io.IOException
glyphIndices - Description of the ParameterglyphAdvances - Description of the Parameter
java.io.IOException - Description of the Exception
void done()
throws java.io.IOException
java.io.IOException - Description of the Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||