FreeHEP API
Version current

org.freehep.graphicsio.swf
Class DefineText.RecordType0

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

public static class DefineText.RecordType0
extends DefineText.Record

Text0 Record, for the actual glyphs.

Source Code:
DefineText.RecordType0.java

Constructor Summary
DefineText.RecordType0()
           
 
Method Summary
 void add(DefineText.GlyphEntry glyph)
           
 int getAdvanceBits()
           
 int getGlyphBits()
           
 boolean isEndRecord()
           
 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.RecordType0

public DefineText.RecordType0()
Method Detail

add

public void add(DefineText.GlyphEntry glyph)

write

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

isEndRecord

public boolean isEndRecord()
Specified by:
isEndRecord in class DefineText.Record

getGlyphBits

public int getGlyphBits()

getAdvanceBits

public int getAdvanceBits()

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.