|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.movie
Class Text.Row

java.lang.Objectcom.anotherbigidea.flash.movie.Text.Row
- Enclosing class:
- Text
- public static class Text.Row
- extends java.lang.Object
A set of contiguous characters in one font, size and color.
| Field Summary | |
protected Font.Chars |
chars
|
protected com.anotherbigidea.flash.structs.Color |
color
|
protected boolean |
hasX
|
protected boolean |
hasY
|
protected double |
x
|
protected double |
y
|
| Constructor Summary | |
Text.Row(Font.Chars chars,
com.anotherbigidea.flash.structs.Color color,
double x,
double y,
boolean hasX,
boolean hasY)
|
|
| Method Summary | |
Font.Chars |
getChars()
|
com.anotherbigidea.flash.structs.Color |
getColor()
|
double |
getX()
|
double |
getY()
|
boolean |
hasX()
|
boolean |
hasY()
|
protected void |
write(com.anotherbigidea.flash.interfaces.SWFText text,
boolean changeColor,
boolean changeFont)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
chars
protected Font.Chars chars
x
protected double x
y
protected double y
hasX
protected boolean hasX
hasY
protected boolean hasY
color
protected com.anotherbigidea.flash.structs.Color color
| Constructor Detail |
Text.Row
public Text.Row(Font.Chars chars, com.anotherbigidea.flash.structs.Color color, double x, double y, boolean hasX, boolean hasY)
| Method Detail |
getChars
public Font.Chars getChars()
getX
public double getX()
getY
public double getY()
getColor
public com.anotherbigidea.flash.structs.Color getColor()
hasX
public boolean hasX()
hasY
public boolean hasY()
write
protected void write(com.anotherbigidea.flash.interfaces.SWFText text, boolean changeColor, boolean changeFont) throws java.io.IOException
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.anotherbigidea.flash.movie.Text.Row