|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 TextAttribute 的軟體套件 | |
---|---|
java.awt | 包含用於創建使用者介面和繪製圖形圖像的全部類別。 |
java.awt.font | 提供與字體相關的類別和介面。 |
java.awt.im | 提供輸入方法框架所需的類別和介面。 |
java.awt 中 TextAttribute 的使用 |
---|
返回變數型別為 TextAttribute 的型別的 java.awt 中的方法 | |
---|---|
Map<TextAttribute,?> |
Font.getAttributes()
返回此 Font 中可用的字體屬性的映射。 |
abstract Map<TextAttribute,?> |
Toolkit.mapInputMethodHighlight(InputMethodHighlight highlight)
返回給定輸入方法高亮區的抽象級別描述的可視屬性映射,如果不存在映射關係,則返回 null。 |
java.awt.font 中 TextAttribute 的使用 |
---|
宣告為 TextAttribute 的 java.awt.font 中的欄位 | |
---|---|
static TextAttribute |
TextAttribute.BACKGROUND
用於呈現文本背景的 paint 的屬性鍵。 |
static TextAttribute |
TextAttribute.BIDI_EMBEDDING
文本嵌入級別的屬性鍵。 |
static TextAttribute |
TextAttribute.CHAR_REPLACEMENT
用於取代字元的字體標準字型顯示的使用者定義字形的屬性鍵。 |
static TextAttribute |
TextAttribute.FAMILY
字體名稱的屬性鍵。 |
static TextAttribute |
TextAttribute.FONT
用於提供呈現文本字體的屬性鍵。 |
static TextAttribute |
TextAttribute.FOREGROUND
用於呈現文本的 paint 的屬性鍵。 |
static TextAttribute |
TextAttribute.INPUT_METHOD_HIGHLIGHT
用於輸入法高亮顯示樣式的屬性鍵。 |
static TextAttribute |
TextAttribute.INPUT_METHOD_UNDERLINE
輸入法下劃線的屬性鍵。 |
static TextAttribute |
TextAttribute.JUSTIFICATION
段落調整的屬性鍵。 |
static TextAttribute |
TextAttribute.KERNING
請求進行字距調整的屬性鍵。 |
static TextAttribute |
TextAttribute.LIGATURES
啟用可選連字的屬性鍵。 |
static TextAttribute |
TextAttribute.NUMERIC_SHAPING
將 ASCII 十進制數字轉換為其他十進制範圍數字的屬性鍵。 |
static TextAttribute |
TextAttribute.POSTURE
字體形態的屬性鍵。 |
static TextAttribute |
TextAttribute.RUN_DIRECTION
線條延伸方向的屬性鍵。 |
static TextAttribute |
TextAttribute.SIZE
字體大小的屬性鍵。 |
static TextAttribute |
TextAttribute.STRIKETHROUGH
刪除線的屬性鍵。 |
static TextAttribute |
TextAttribute.SUPERSCRIPT
用於上標和下標的屬性鍵。 |
static TextAttribute |
TextAttribute.SWAP_COLORS
交換前景和背景 Paint 的屬性鍵。 |
static TextAttribute |
TextAttribute.TRACKING
控制追蹤的屬性鍵。 |
static TextAttribute |
TextAttribute.TRANSFORM
字體轉換的屬性鍵。 |
static TextAttribute |
TextAttribute.UNDERLINE
下劃線的屬性鍵。 |
static TextAttribute |
TextAttribute.WEIGHT
字體 weight 的屬性鍵。 |
static TextAttribute |
TextAttribute.WIDTH
字體寬度的屬性鍵。 |
java.awt.im 中 TextAttribute 的使用 |
---|
返回變數型別為 TextAttribute 的型別的 java.awt.im 中的方法 | |
---|---|
Map<TextAttribute,?> |
InputMethodHighlight.getStyle()
返回文本範圍的呈現樣式屬性,或 null。 |
型別變數型別為 TextAttribute 的 java.awt.im 中的建構子參數 | |
---|---|
InputMethodHighlight(boolean selected,
int state,
int variation,
Map<TextAttribute,?> style)
建構輸入方法高亮顯示記錄。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。