FreeHEP API
Version v1.1

org.freehep.graphicsio.swf
Class DefineText.Text1

java.lang.Object
  |
  +--org.freehep.graphicsio.swf.DefineText.Text
        |
        +--org.freehep.graphicsio.swf.DefineText.Text1
Enclosing class:
DefineText

public static class DefineText.Text1
extends DefineText.Text

Text1 Record, for the attributes of the text.


Constructor Summary
DefineText.Text1(int fontID, Color color, int xOffset, int yOffset, int height)
           
 
Method Summary
 String toString()
           
 void write(SWFOutputStream swf, int glyphBits, int advanceBits, boolean hasAlpha)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefineText.Text1

public DefineText.Text1(int fontID,
                        Color color,
                        int xOffset,
                        int yOffset,
                        int height)
Method Detail

write

public void write(SWFOutputStream swf,
                  int glyphBits,
                  int advanceBits,
                  boolean hasAlpha)
           throws IOException
Specified by:
write in class DefineText.Text
IOException

toString

public String toString()
Overrides:
toString in class Object

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.