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

java.lang.Object
  拡張jp.cssj.sakae.opentype.table.LookupList

public class LookupList
extends java.lang.Object

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

コンストラクタの概要
LookupList(java.io.RandomAccessFile raf, int offset, LookupSubtableFactory factory)
          Creates new LookupList
 
メソッドの概要
 Lookup getLookup(Feature feature, int index)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LookupList

public LookupList(java.io.RandomAccessFile raf,
                  int offset,
                  LookupSubtableFactory factory)
           throws java.io.IOException
Creates new LookupList

メソッドの詳細

getLookup

public Lookup getLookup(Feature feature,
                        int index)


(c)2009 GNN & Co.,Ltd.