org.freehep.graphicsio.swf
Class DefineText.Record

java.lang.Object
  extended by org.freehep.graphicsio.swf.DefineText.Record
Direct Known Subclasses:
DefineText.RecordType0, DefineText.RecordType1
Enclosing class:
DefineText

public abstract static class DefineText.Record
extends java.lang.Object

Abstract Superclass for Text Records.


Constructor Summary
DefineText.Record()
           
 
Method Summary
abstract  boolean isEndRecord()
           
abstract  void write(SWFOutputStream swf, int glyphBits, int advanceBits, boolean hasAlpha)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefineText.Record

public DefineText.Record()
Method Detail

write

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

isEndRecord

public abstract boolean isEndRecord()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.