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

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

public class Lookup
extends java.lang.Object

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

フィールドの概要
static int IGNORE_BASE_GLYPHS
           
static int IGNORE_BASE_LIGATURES
           
static int IGNORE_BASE_MARKS
           
static int MARK_ATTACHMENT_TYPE
           
 
コンストラクタの概要
Lookup(LookupSubtableFactory factory, java.io.RandomAccessFile raf, int offset)
          Creates new Lookup
 
メソッドの概要
 LookupSubtable getSubtable(int i)
           
 int getSubtableCount()
           
 int getType()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

IGNORE_BASE_GLYPHS

public static final int IGNORE_BASE_GLYPHS
関連項目:
定数フィールド値

IGNORE_BASE_LIGATURES

public static final int IGNORE_BASE_LIGATURES
関連項目:
定数フィールド値

IGNORE_BASE_MARKS

public static final int IGNORE_BASE_MARKS
関連項目:
定数フィールド値

MARK_ATTACHMENT_TYPE

public static final int MARK_ATTACHMENT_TYPE
関連項目:
定数フィールド値
コンストラクタの詳細

Lookup

public Lookup(LookupSubtableFactory factory,
              java.io.RandomAccessFile raf,
              int offset)
       throws java.io.IOException
Creates new Lookup

メソッドの詳細

getType

public int getType()

getSubtableCount

public int getSubtableCount()

getSubtable

public LookupSubtable getSubtable(int i)


(c)2009 GNN & Co.,Ltd.