FreeHEP API
Version v1.2

org.freehep.graphicsio.swf
Class DefineText.RecordType1

java.lang.Object
  |
  +--org.freehep.graphicsio.swf.DefineText.Record
        |
        +--org.freehep.graphicsio.swf.DefineText.RecordType1
Enclosing class:
DefineText

public static class DefineText.RecordType1
extends DefineText.Record

Text1 Record, for the attributes of the text.


Constructor Summary
DefineText.RecordType1(int fontID, Color color, int xOffset, int yOffset, int height)
           
 
Method Summary
 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.RecordType1

public DefineText.RecordType1(int fontID,
                              Color color,
                              int xOffset,
                              int yOffset,
                              int height)
Method Detail

write

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

isEndRecord

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

toString

public String toString()
Overrides:
toString in class Object

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.