FreeHEP API
Version current

org.freehep.graphicsio.swf
Class DefineText.Record

java.lang.Object
  extended byorg.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.

Source Code:
DefineText.Record.java

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
Throws:
IOException

isEndRecord

public abstract boolean isEndRecord()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.