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

java.lang.Object
  拡張jp.cssj.sakae.opentype.table.KernSubtable
直系の既知のサブクラス:
KernSubtableFormat0, KernSubtableFormat2

public abstract class KernSubtable
extends java.lang.Object

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

コンストラクタの概要
protected KernSubtable()
          Creates new KernSubtable
 
メソッドの概要
abstract  KerningPair getKerningPair(int i)
           
abstract  int getKerningPairCount()
           
static KernSubtable read(java.io.RandomAccessFile raf)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

KernSubtable

protected KernSubtable()
Creates new KernSubtable

メソッドの詳細

getKerningPairCount

public abstract int getKerningPairCount()

getKerningPair

public abstract KerningPair getKerningPair(int i)

read

public static KernSubtable read(java.io.RandomAccessFile raf)
                         throws java.io.IOException
例外:
java.io.IOException


(c)2009 GNN & Co.,Ltd.