FreeHEP API
Version v1.1

org.freehep.graphicsio.swf
Class DefineText.Text0

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

public static class DefineText.Text0
extends DefineText.Text

Text0 Record, for the actual glyphs.


Constructor Summary
DefineText.Text0(Glyph[] glyphs)
           
 
Method Summary
 int getAdvanceBits()
           
 int getGlyphBits()
           
 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.Text0

public DefineText.Text0(Glyph[] glyphs)
Method Detail

write

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

getGlyphBits

public int getGlyphBits()

getAdvanceBits

public int getAdvanceBits()

toString

public String toString()
Overrides:
toString in class Object

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.