java.lang.Object
com.anotherbigidea.flash.readers.MovieBuilder.TextBuilder
- All Implemented Interfaces:
- com.anotherbigidea.flash.interfaces.SWFText
- Enclosing class:
- MovieBuilder
- protected class MovieBuilder.TextBuilder
- extends java.lang.Object
- implements com.anotherbigidea.flash.interfaces.SWFText
A SWFText implementation that builds a Text object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
t
protected com.anotherbigidea.flash.movie.Text t
font
protected com.anotherbigidea.flash.movie.Font font
size
protected double size
color
protected com.anotherbigidea.flash.structs.Color color
x
protected double x
y
protected double y
hasX
protected boolean hasX
hasY
protected boolean hasY
MovieBuilder.TextBuilder
protected MovieBuilder.TextBuilder(com.anotherbigidea.flash.movie.Text text)
font
public void font(int fontId,
int textHeight)
- SWFText interface
- Specified by:
font in interface com.anotherbigidea.flash.interfaces.SWFText
color
public void color(com.anotherbigidea.flash.structs.Color color)
- SWFText interface
- Specified by:
color in interface com.anotherbigidea.flash.interfaces.SWFText
setX
public void setX(int x)
- SWFText interface
- Specified by:
setX in interface com.anotherbigidea.flash.interfaces.SWFText
setY
public void setY(int y)
- SWFText interface
- Specified by:
setY in interface com.anotherbigidea.flash.interfaces.SWFText
text
public void text(int[] glyphIndices,
int[] glyphAdvances)
- SWFText interface
- Specified by:
text in interface com.anotherbigidea.flash.interfaces.SWFText
done
public void done()
- SWFText interface
- Specified by:
done in interface com.anotherbigidea.flash.interfaces.SWFText