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

java.lang.Object
  上位を拡張 jp.cssj.sakae.opentype.table.CmapFormat
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
CmapFormat0, CmapFormat2, CmapFormat4, CmapFormat6

public abstract class CmapFormat
extends Object
implements Serializable

バージョン:
$Id: CmapFormat.java,v 1.2 2007-05-06 04:27:00 miyabe Exp $
作成者:
David Schweinsberg
関連項目:
直列化された形式

フィールドの概要
protected  int format
           
protected  int length
           
protected  int version
           
 
コンストラクタの概要
protected CmapFormat(DataInputStream in)
           
 
メソッドの概要
protected static CmapFormat create(int format, DataInputStream in)
           
abstract  int getFirst()
           
 int getFormat()
           
abstract  int getLast()
           
 int getLength()
           
 int getVersion()
           
abstract  int mapCharCode(int charCode)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

format

protected int format

length

protected int length

version

protected int version
コンストラクタの詳細

CmapFormat

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

create

protected static CmapFormat create(int format,
                                   DataInputStream in)
                            throws IOException
例外:
IOException

getFormat

public int getFormat()

getLength

public int getLength()

getVersion

public int getVersion()

mapCharCode

public abstract int mapCharCode(int charCode)

getFirst

public abstract int getFirst()

getLast

public abstract int getLast()

toString

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