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

java.lang.Object
  拡張jp.cssj.sakae.opentype.table.RangeRecord

public class RangeRecord
extends Object

Coverage Index (GlyphID) = StartCoverageIndex + GlyphID - Start GlyphID

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

コンストラクタの概要
RangeRecord(RandomAccessFile raf)
          Creates new RangeRecord
 
メソッドの概要
 int getCoverageIndex(int glyphId)
           
 boolean isInRange(int glyphId)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RangeRecord

public RangeRecord(RandomAccessFile raf)
            throws IOException
Creates new RangeRecord

メソッドの詳細

isInRange

public boolean isInRange(int glyphId)

getCoverageIndex

public int getCoverageIndex(int glyphId)


(c)2009 GNN & Co.,Ltd.