FreeHEP API
Version current

org.freehep.graphicsio.swf
Class DefineFont2.KerningRecord

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

public static class DefineFont2.KerningRecord
extends Object

Source Code:
DefineFont2.KerningRecord.java

Constructor Summary
DefineFont2.KerningRecord(int code1, int code2, int adjustment)
           
DefineFont2.KerningRecord(SWFInputStream input, boolean wideCodes)
           
 
Method Summary
 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 IOException
Method Detail

write

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

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.