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

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

public class SingleSubstFormat1
extends SingleSubst

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

コンストラクタの概要
protected SingleSubstFormat1(RandomAccessFile raf, int offset)
          Creates new SingleSubstFormat1
 
メソッドの概要
 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
 

コンストラクタの詳細

SingleSubstFormat1

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

例外:
IOException
メソッドの詳細

getFormat

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

substitute

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