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(java.io.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(java.io.RandomAccessFile raf,
                               int offset)
                        throws java.io.IOException
例外:
java.io.IOException


(c)2009 GNN & Co.,Ltd.