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

java.lang.Object
  上位を拡張 jp.cssj.sakae.opentype.table.Coverage
直系の既知のサブクラス:
CoverageFormat1, CoverageFormat2

public abstract class Coverage
extends Object

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

コンストラクタの概要
Coverage()
           
 
メソッドの概要
abstract  int findGlyph(int glyphId)
           
abstract  int getFormat()
           
protected static Coverage read(RandomAccessFile raf)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Coverage

public Coverage()
メソッドの詳細

getFormat

public abstract int getFormat()

findGlyph

public abstract int findGlyph(int glyphId)
パラメータ:
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.

read

protected static Coverage read(RandomAccessFile raf)
                        throws IOException
例外:
IOException