jp.cssj.sakae.opentype
クラス Glyph

java.lang.Object
  上位を拡張 jp.cssj.sakae.opentype.Glyph

public class Glyph
extends Object

An individual glyph within a font.

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

コンストラクタの概要
Glyph(GeneralPath path, byte[] charString)
           
 
メソッドの概要
 byte[] getCharString()
           
 GeneralPath getPath()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Glyph

public Glyph(GeneralPath path,
             byte[] charString)
メソッドの詳細

getPath

public GeneralPath getPath()

getCharString

public byte[] getCharString()