| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| FontRenderContext を使用しているパッケージ | |
|---|---|
| java.awt | ユーザーインタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。 | 
| java.awt.font | フォント関連のクラスおよびインタフェースを提供します。 | 
| java.awt での FontRenderContext の使用 | 
|---|
| FontRenderContext を返す java.awt のメソッド | |
|---|---|
 FontRenderContext | 
FontMetrics.getFontRenderContext()
テキストを測定するためにこの FontMetrics オブジェクトで使用される FontRenderContext を取得します。 | 
abstract  FontRenderContext | 
Graphics2D.getFontRenderContext()
この Graphics2D コンテキストでの Font の描画コンテキストを返します。 | 
| FontRenderContext 型のパラメータを持つ java.awt のメソッド | |
|---|---|
 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.createGlyphVector(FontRenderContext frc,
                  String str)
この Font の Unicode cmap をベースにして、文字とグリフを 1 対 1 にマッピングし、GlyphVector を生成します。 | 
 LineMetrics | 
Font.getLineMetrics(char[] chars,
               int beginIndex,
               int limit,
               FontRenderContext frc)
指定された引数で生成された LineMetrics オブジェクトを返します。 | 
 LineMetrics | 
Font.getLineMetrics(CharacterIterator ci,
               int beginIndex,
               int limit,
               FontRenderContext frc)
指定された引数で生成された LineMetrics オブジェクトを返します。 | 
 LineMetrics | 
Font.getLineMetrics(String str,
               FontRenderContext frc)
指定された String および FontRenderContext によって作成された LineMetrics オブジェクトを返します。 | 
 LineMetrics | 
Font.getLineMetrics(String str,
               int beginIndex,
               int limit,
               FontRenderContext frc)
指定された引数で生成された LineMetrics オブジェクトを返します。 | 
 Rectangle2D | 
Font.getMaxCharBounds(FontRenderContext frc)
指定された FontRenderContext で、最大の境界を持つ文字の境界を返します。 | 
 Rectangle2D | 
Font.getStringBounds(char[] chars,
                int beginIndex,
                int limit,
                FontRenderContext frc)
指定された FontRenderContext の指定された文字配列の論理バウンドを返します。 | 
 Rectangle2D | 
Font.getStringBounds(CharacterIterator ci,
                int beginIndex,
                int limit,
                FontRenderContext frc)
指定された FontRenderContext の指定された CharacterIterator にインデックス付けされた文字の論理バウンドを返します。 | 
 Rectangle2D | 
Font.getStringBounds(String str,
                FontRenderContext frc)
指定された FontRenderContext の指定された String の論理バウンドを返します。 | 
 Rectangle2D | 
Font.getStringBounds(String str,
                int beginIndex,
                int limit,
                FontRenderContext frc)
指定された FontRenderContext の指定された String の論理バウンドを返します。 | 
 GlyphVector | 
Font.layoutGlyphVector(FontRenderContext frc,
                  char[] text,
                  int start,
                  int limit,
                  int flags)
可能な場合にテキストの完全なレイアウトを行う、新しい GlyphVector オブジェクトを返します。 | 
| java.awt.font での FontRenderContext の使用 | 
|---|
| FontRenderContext を返す java.awt.font のメソッド | |
|---|---|
abstract  FontRenderContext | 
GlyphVector.getFontRenderContext()
この GlyphVector に関連した FontRenderContext を返します。 | 
| FontRenderContext 型のパラメータを持つ java.awt.font のメソッド | |
|---|---|
 boolean | 
FontRenderContext.equals(FontRenderContext rhs)
rhs の変換、平滑化、および部分メトリックスの値がこれと等しい場合は true を返します。  | 
 Rectangle | 
GlyphVector.getGlyphPixelBounds(int index,
                    FontRenderContext renderFRC,
                    float x,
                    float y)
指定された位置で指定された FontRenderContext を使って Graphics 内にこの GlyphVector が描画されるときのインデックスの位置にあるグリフのピクセル境界を返します。 | 
 Rectangle | 
GlyphVector.getPixelBounds(FontRenderContext renderFRC,
               float x,
               float y)
指定された位置で指定された FontRenderContext を使って、グラフィックス内にこの GlyphVector が描画されるときのインデックスの位置にあるグリフのピクセル境界を返します。 | 
 Rectangle | 
TextLayout.getPixelBounds(FontRenderContext frc,
               float x,
               float y)
指定された位置で指定された FontRenderContext を使って、グラフィックス内にこの TextLayout が描画されるときのインデックスの位置にあるグリフのピクセル境界を返します。 | 
| FontRenderContext 型のパラメータを持つ java.awt.font のコンストラクタ | |
|---|---|
LineBreakMeasurer(AttributedCharacterIterator text,
                  BreakIterator breakIter,
                  FontRenderContext frc)
指定されたテキストに対する LineBreakMeasurer を構築します。 | 
|
LineBreakMeasurer(AttributedCharacterIterator text,
                  FontRenderContext frc)
指定されたテキストに対する LineBreakMeasurer を構築します。 | 
|
TextLayout(AttributedCharacterIterator text,
           FontRenderContext frc)
書式付きテキストの反復子から TextLayout を構築します。 | 
|
TextLayout(String string,
           Font font,
           FontRenderContext frc)
String および Font から TextLayout を構築します。 | 
|
TextLayout(String string,
           Map<? extends AttributedCharacterIterator.Attribute,?> attributes,
           FontRenderContext frc)
String および属性セットから TextLayout を構築します。 | 
|
TextMeasurer(AttributedCharacterIterator text,
             FontRenderContext frc)
ソーステキストから TextMeasurer を構築します。 | 
|
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。