FreeHEP API
Version current

org.freehep.graphicsio.swf
Class DefineText.GlyphEntry

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

public static class DefineText.GlyphEntry
extends Object

Source Code:
DefineText.GlyphEntry.java

Constructor Summary
DefineText.GlyphEntry(int index, int advance)
           
DefineText.GlyphEntry(SWFInputStream input, int glyphBits, int advanceBits)
           
 
Method Summary
 int getAdvanceBits()
           
 int getGlyphBits()
           
 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 IOException
Method Detail

write

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

getGlyphBits

public int getGlyphBits()

getAdvanceBits

public int getAdvanceBits()

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.