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

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

public class CmapIndexEntry
extends Object

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

コンストラクタの概要
protected CmapIndexEntry(DataInputStream in)
           
 
メソッドの概要
 int getEncodingId()
           
 int getOffset()
           
 int getPlatformId()
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

CmapIndexEntry

protected CmapIndexEntry(DataInputStream in)
                  throws IOException
例外:
IOException
メソッドの詳細

getEncodingId

public int getEncodingId()

getOffset

public int getOffset()

getPlatformId

public int getPlatformId()

toString

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