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
メソッドの詳細

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()


(c)2009 GNN & Co.,Ltd.