jp.cssj.sakae.opentype.truetype
クラス GlyfDescript

java.lang.Object
  拡張jp.cssj.sakae.opentype.table.Program
      拡張jp.cssj.sakae.opentype.truetype.GlyfDescript
すべての実装インタフェース:
GlyphDescription
直系の既知のサブクラス:
GlyfCompositeDescript, GlyfSimpleDescript

public abstract class GlyfDescript
extends Program
implements GlyphDescription

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

フィールドの概要
static byte onCurve
           
protected  GlyfTable parentTable
           
static byte repeat
           
static byte xDual
           
static byte xShortVector
           
static byte yDual
           
static byte yShortVector
           
 
コンストラクタの概要
protected GlyfDescript(GlyfTable parentTable, int numberOfContours, java.io.RandomAccessFile raf)
           
 
メソッドの概要
 int getNumberOfContours()
           
 short getXMaximum()
           
 short getXMinimum()
           
 short getYMaximum()
           
 short getYMinimum()
           
 
クラス jp.cssj.sakae.opentype.table.Program から継承したメソッド
getInstructions, readInstructions, readInstructions
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.cssj.sakae.opentype.truetype.GlyphDescription から継承したメソッド
getContourCount, getEndPtOfContours, getFlags, getPointCount, getXCoordinate, getYCoordinate, isComposite
 

フィールドの詳細

onCurve

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

xShortVector

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

yShortVector

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

repeat

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

xDual

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

yDual

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

parentTable

protected GlyfTable parentTable
コンストラクタの詳細

GlyfDescript

protected GlyfDescript(GlyfTable parentTable,
                       int numberOfContours,
                       java.io.RandomAccessFile raf)
                throws java.io.IOException
メソッドの詳細

getNumberOfContours

public int getNumberOfContours()

getXMaximum

public short getXMaximum()
定義:
インタフェース GlyphDescription 内の getXMaximum

getXMinimum

public short getXMinimum()
定義:
インタフェース GlyphDescription 内の getXMinimum

getYMaximum

public short getYMaximum()
定義:
インタフェース GlyphDescription 内の getYMaximum

getYMinimum

public short getYMinimum()
定義:
インタフェース GlyphDescription 内の getYMinimum


(c)2009 GNN & Co.,Ltd.