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

java.lang.Object
  拡張jp.cssj.sakae.opentype.table.CmapFormat
直系の既知のサブクラス:
CmapFormat0, CmapFormat2, CmapFormat4, CmapFormat6

public abstract class CmapFormat
extends Object

バージョン:
$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(RandomAccessFile raf)
           
 
メソッドの概要
protected static CmapFormat create(int format, RandomAccessFile raf)
           
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(RandomAccessFile raf)
              throws IOException
メソッドの詳細

create

protected static CmapFormat create(int format,
                                   RandomAccessFile raf)
                            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()


(c)2009 GNN & Co.,Ltd.