org.freehep.graphicsio.swf
Class DefineFont2.KerningRecord

java.lang.Object
  extended by org.freehep.graphicsio.swf.DefineFont2.KerningRecord
Enclosing class:
DefineFont2

public static class DefineFont2.KerningRecord
extends java.lang.Object


Constructor Summary
DefineFont2.KerningRecord(int code1, int code2, int adjustment)
           
DefineFont2.KerningRecord(SWFInputStream input, boolean wideCodes)
           
 
Method Summary
 java.lang.String toString()
           
 void write(SWFOutputStream swf, boolean wideCodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefineFont2.KerningRecord

public DefineFont2.KerningRecord(int code1,
                                 int code2,
                                 int adjustment)

DefineFont2.KerningRecord

public DefineFont2.KerningRecord(SWFInputStream input,
                                 boolean wideCodes)
                          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

write

public void write(SWFOutputStream swf,
                  boolean wideCodes)
           throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000-2007 FreeHEP. All Rights Reserved.