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

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

public class GlyfCompositeDescript
extends GlyfDescript

Glyph description for composite glyphs. Composite glyphs are made up of one or more simple glyphs, usually with some sort of transformation applied to each.

バージョン:
$Id: GlyfCompositeDescript.java,v 1.1 2006/04/04 12:21:56 harumanx Exp $
作成者:
David Schweinsberg

フィールドの概要
 
クラス jp.cssj.sakae.opentype.truetype.GlyfDescript から継承されたフィールド
onCurve, parentTable, repeat, xDual, xShortVector, yDual, yShortVector
 
コンストラクタの概要
GlyfCompositeDescript(GlyfTable parentTable, RandomAccessFile raf)
           
 
メソッドの概要
 int getComponentCount()
           
 int getComponentIndex(int i)
           
protected  GlyfCompositeComp getCompositeComp(int i)
           
protected  GlyfCompositeComp getCompositeCompEndPt(int i)
           
 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
 

コンストラクタの詳細

GlyfCompositeDescript

public GlyfCompositeDescript(GlyfTable parentTable,
                             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()

getComponentIndex

public int getComponentIndex(int i)

getComponentCount

public int getComponentCount()

getCompositeComp

protected GlyfCompositeComp getCompositeComp(int i)

getCompositeCompEndPt

protected GlyfCompositeComp getCompositeCompEndPt(int i)