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

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

public class TableDirectory
extends java.lang.Object

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

コンストラクタの概要
TableDirectory(java.io.RandomAccessFile raf)
           
 
メソッドの概要
 DirectoryEntry getEntry(int index)
           
 DirectoryEntry getEntryByTag(int tag)
           
 short getEntrySelector()
           
 short getNumTables()
           
 short getRangeShift()
           
 short getSearchRange()
           
 int getVersion()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TableDirectory

public TableDirectory(java.io.RandomAccessFile raf)
               throws java.io.IOException
メソッドの詳細

getEntry

public DirectoryEntry getEntry(int index)

getEntryByTag

public DirectoryEntry getEntryByTag(int tag)

getEntrySelector

public short getEntrySelector()

getNumTables

public short getNumTables()

getRangeShift

public short getRangeShift()

getSearchRange

public short getSearchRange()

getVersion

public int getVersion()


(c)2009 GNN & Co.,Ltd.