FreeHEP API
Version v1.2

org.freehep.graphicsio.swf
Class DefineText.Record

java.lang.Object
  |
  +--org.freehep.graphicsio.swf.DefineText.Record
Direct Known Subclasses:
DefineText.RecordType0, DefineText.RecordType1
Enclosing class:
DefineText

public abstract static class DefineText.Record
extends 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 IOException
IOException

isEndRecord

public abstract boolean isEndRecord()

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.