Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.movie
Class Text.Row  view Text.Row download Text.Row.java

java.lang.Object
  extended bycom.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