JavaTM 2
Platform
Std. Ed. v1.4.0

クラス
java.awt.font.GlyphVector の使用

GlyphVector を使用しているパッケージ
java.awt ユーザインタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。 
java.awt.font フォント関連のクラスおよびインタフェースを提供します。 
 

java.awt での GlyphVector の使用
 

GlyphVector を返す java.awt のメソッド
 GlyphVector Font.createGlyphVector(FontRenderContext frc, String str)
          この Font の Unicode cmap をベースにして、文字とグリフを 1 対 1 にマッピングし、GlyphVector を生成します。
 GlyphVector Font.createGlyphVector(FontRenderContext frc, char[] chars)
          この Font の Unicode cmap をベースにして、文字とグリフを 1 対 1 にマッピングし、GlyphVector を生成します。
 GlyphVector Font.createGlyphVector(FontRenderContext frc, CharacterIterator ci)
          この Font の Unicode cmap をベースにして、指定された文字とグリフを 1 対 1 にマッピングし、GlyphVector を生成します。
 GlyphVector Font.createGlyphVector(FontRenderContext frc, int[] glyphCodes)
          この Font の Unicode cmap をベースにして、文字とグリフを 1 対 1 にマッピングし、GlyphVector を生成します。
 GlyphVector Font.layoutGlyphVector(FontRenderContext frc, char[] text, int start, int limit, int flags)
          可能な場合にテキストの完全なレイアウトを行う、新しい GlyphVector オブジェクトを返します。
 

GlyphVector 型のパラメータを持つ java.awt のメソッド
abstract  void Graphics2D.drawGlyphVector(GlyphVector g, float x, float y)
          Graphics2D コンテキストの描画属性を使うことにより、指定された GlyphVector のテキストを描画します。
 

java.awt.font での GlyphVector の使用
 

GlyphVector 型のパラメータを持つ java.awt.font のメソッド
abstract  boolean GlyphVector.equals(GlyphVector set)
          指定された GlyphVector がこの GlyphVector と厳密に等しいかどうかを判定します。
 


JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.