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
クラス 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