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

java.lang.Object
  上位を拡張 jp.cssj.sakae.opentype.table.FeatureList

public class FeatureList
extends Object

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

コンストラクタの概要
FeatureList(RandomAccessFile raf, int offset)
          Creates new FeatureList
 
メソッドの概要
 Feature findFeature(LangSys langSys, String tag)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

FeatureList

public FeatureList(RandomAccessFile raf,
                   int offset)
            throws IOException
Creates new FeatureList

例外:
IOException
メソッドの詳細

findFeature

public Feature findFeature(LangSys langSys,
                           String tag)

toString

public String toString()
オーバーライド:
クラス Object 内の toString