jp.cssj.sakae.opentype.table
クラス SingleSubstFormat2

java.lang.Object
  上位を拡張 jp.cssj.sakae.opentype.table.LookupSubtable
      上位を拡張 jp.cssj.sakae.opentype.table.SingleSubst
          上位を拡張 jp.cssj.sakae.opentype.table.SingleSubstFormat2

public class SingleSubstFormat2
extends SingleSubst

バージョン:
$Id: SingleSubstFormat2.java,v 1.2 2007-05-06 04:27:00 miyabe Exp $
作成者:
David Schweinsberg

コンストラクタの概要
protected SingleSubstFormat2(RandomAccessFile raf, int offset)
          Creates new SingleSubstFormat2
 
メソッドの概要
 int getFormat()
           
 int substitute(int glyphId)
           
 
クラス jp.cssj.sakae.opentype.table.SingleSubst から継承されたメソッド
read
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SingleSubstFormat2

protected SingleSubstFormat2(RandomAccessFile raf,
                             int offset)
                      throws IOException
Creates new SingleSubstFormat2

例外:
IOException
メソッドの詳細

getFormat

public int getFormat()
定義:
クラス SingleSubst 内の getFormat

substitute

public int substitute(int glyphId)
定義:
クラス SingleSubst 内の substitute