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

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)


(c)2009 GNN & Co.,Ltd.