org.freehep.graphicsio.swf
Class DefineText.GlyphEntry

java.lang.Object
  extended by org.freehep.graphicsio.swf.DefineText.GlyphEntry
Enclosing class:
DefineText

public static class DefineText.GlyphEntry
extends java.lang.Object


Constructor Summary
DefineText.GlyphEntry(int index, int advance)
           
DefineText.GlyphEntry(SWFInputStream input, int glyphBits, int advanceBits)
           
 
Method Summary
 int getAdvanceBits()
           
 int getGlyphBits()
           
 java.lang.String toString()
           
 void write(SWFOutputStream swf, int glyphBits, int advanceBits)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefineText.GlyphEntry

public DefineText.GlyphEntry(int index,
                             int advance)

DefineText.GlyphEntry

public DefineText.GlyphEntry(SWFInputStream input,
                             int glyphBits,
                             int advanceBits)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

write

public void write(SWFOutputStream swf,
                  int glyphBits,
                  int advanceBits)
           throws java.io.IOException
Throws:
java.io.IOException

getGlyphBits

public int getGlyphBits()

getAdvanceBits

public int getAdvanceBits()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000-2007 FreeHEP. All Rights Reserved.