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

java.lang.Object
  拡張jp.cssj.sakae.opentype.table.Coverage
      拡張jp.cssj.sakae.opentype.table.CoverageFormat1

public class CoverageFormat1
extends Coverage

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

コンストラクタの概要
protected CoverageFormat1(RandomAccessFile raf)
          Creates new CoverageFormat1
 
メソッドの概要
 int findGlyph(int glyphId)
           
 int getFormat()
           
 
クラス jp.cssj.sakae.opentype.table.Coverage から継承したメソッド
read
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CoverageFormat1

protected CoverageFormat1(RandomAccessFile raf)
                   throws IOException
Creates new CoverageFormat1

メソッドの詳細

getFormat

public int getFormat()
定義:
クラス Coverage 内の getFormat

findGlyph

public int findGlyph(int glyphId)
定義:
クラス Coverage 内の findGlyph
パラメータ:
glyphId - The ID of the glyph to find.
戻り値:
The index of the glyph within the coverage, or -1 if the glyph can't be found.


(c)2009 GNN & Co.,Ltd.