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

java.lang.Object
  上位を拡張 jp.cssj.sakae.opentype.table.LookupSubtable
      上位を拡張 jp.cssj.sakae.opentype.table.SingleSubst
直系の既知のサブクラス:
SingleSubstFormat1, SingleSubstFormat2

public abstract class SingleSubst
extends LookupSubtable

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

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

コンストラクタの詳細

SingleSubst

public SingleSubst()
メソッドの詳細

getFormat

public abstract int getFormat()

substitute

public abstract int substitute(int glyphId)

read

public static SingleSubst read(RandomAccessFile raf,
                               int offset)
                        throws IOException
例外:
IOException