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

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

public class ScriptList
extends java.lang.Object

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

コンストラクタの概要
protected ScriptList(java.io.RandomAccessFile raf, int offset)
          Creates new ScriptList
 
メソッドの概要
 Script findScript(java.lang.String tag)
           
 int getScriptCount()
           
 ScriptRecord getScriptRecord(int i)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ScriptList

protected ScriptList(java.io.RandomAccessFile raf,
                     int offset)
              throws java.io.IOException
Creates new ScriptList

メソッドの詳細

getScriptCount

public int getScriptCount()

getScriptRecord

public ScriptRecord getScriptRecord(int i)

findScript

public Script findScript(java.lang.String tag)


(c)2009 GNN & Co.,Ltd.