|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.interfaces
Interface SWFText

- public interface SWFText
Interface for passing static text
| Method Summary | |
void |
color(com.anotherbigidea.flash.structs.Color color)
Color is AlphaColor for DefineText2 |
void |
done()
Called at end of all text |
void |
font(int fontId,
int textHeight)
|
void |
setX(int x)
|
void |
setY(int y)
|
void |
text(int[] glyphIndices,
int[] glyphAdvances)
|
| Method Detail |
font
public void font(int fontId,
int textHeight)
throws java.io.IOException
color
public void color(com.anotherbigidea.flash.structs.Color color) throws java.io.IOException
- Color is AlphaColor for DefineText2
setX
public void setX(int x)
throws java.io.IOException
setY
public void setY(int y)
throws java.io.IOException
text
public void text(int[] glyphIndices,
int[] glyphAdvances)
throws java.io.IOException
done
public void done()
throws java.io.IOException
- Called at end of all text
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC