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

java.lang.Object
  上位を拡張 jp.cssj.sakae.opentype.table.Program
      上位を拡張 jp.cssj.sakae.opentype.truetype.GlyfDescript
          上位を拡張 jp.cssj.sakae.opentype.truetype.GlyfSimpleDescript
すべての実装されたインタフェース:
GlyphDescription

public class GlyfSimpleDescript
extends GlyfDescript

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

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

コンストラクタの詳細

GlyfSimpleDescript

public GlyfSimpleDescript(GlyfTable parentTable,
                          int numberOfContours,
                          RandomAccessFile raf)
                   throws IOException
例外:
IOException
メソッドの詳細

getEndPtOfContours

public int getEndPtOfContours(int i)

getFlags

public byte getFlags(int i)

getXCoordinate

public short getXCoordinate(int i)

getYCoordinate

public short getYCoordinate(int i)

isComposite

public boolean isComposite()

getPointCount

public int getPointCount()

getContourCount

public int getContourCount()