| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextAttribute | |
|---|---|
| java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. | 
| java.awt.font | Provides classes and interface relating to fonts. | 
| java.awt.im | Provides classes and interfaces for the input method framework. | 
| Uses of TextAttribute in java.awt | 
|---|
| Methods in java.awt that return types with arguments of type TextAttribute | |
|---|---|
|  Map<TextAttribute,?> | Font.getAttributes()Returns a map of font attributes available in this Font. | 
| abstract  Map<TextAttribute,?> | Toolkit.mapInputMethodHighlight(InputMethodHighlight highlight)Returns a map of visual attributes for the abstract level description of the given input method highlight, or null if no mapping is found. | 
| Uses of TextAttribute in java.awt.font | 
|---|
| Fields in java.awt.font declared as TextAttribute | |
|---|---|
| static TextAttribute | TextAttribute.BACKGROUNDAttribute key for the paint used to render the background of the text. | 
| static TextAttribute | TextAttribute.BIDI_EMBEDDINGAttribute key for the embedding level of the text. | 
| static TextAttribute | TextAttribute.CHAR_REPLACEMENTAttribute key for a user-defined glyph to display in lieu of the font's standard glyph for a character. | 
| static TextAttribute | TextAttribute.FAMILYAttribute key for the font name. | 
| static TextAttribute | TextAttribute.FONTAttribute key used to provide the font to use to render text. | 
| static TextAttribute | TextAttribute.FOREGROUNDAttribute key for the paint used to render the text. | 
| static TextAttribute | TextAttribute.INPUT_METHOD_HIGHLIGHTAttribute key for input method highlight styles. | 
| static TextAttribute | TextAttribute.INPUT_METHOD_UNDERLINEAttribute key for input method underlines. | 
| static TextAttribute | TextAttribute.JUSTIFICATIONAttribute key for the justification of a paragraph. | 
| static TextAttribute | TextAttribute.KERNINGAttribute key to request kerning. | 
| static TextAttribute | TextAttribute.LIGATURESAttribute key for enabling optional ligatures. | 
| static TextAttribute | TextAttribute.NUMERIC_SHAPINGAttribute key for converting ASCII decimal digits to other decimal ranges. | 
| static TextAttribute | TextAttribute.POSTUREAttribute key for the posture of a font. | 
| static TextAttribute | TextAttribute.RUN_DIRECTIONAttribute key for the run direction of the line. | 
| static TextAttribute | TextAttribute.SIZEAttribute key for the font size. | 
| static TextAttribute | TextAttribute.STRIKETHROUGHAttribute key for strikethrough. | 
| static TextAttribute | TextAttribute.SUPERSCRIPTAttribute key for superscripting and subscripting. | 
| static TextAttribute | TextAttribute.SWAP_COLORSAttribute key for swapping foreground and background Paints. | 
| static TextAttribute | TextAttribute.TRACKINGAttribute key to control tracking. | 
| static TextAttribute | TextAttribute.TRANSFORMAttribute key for the transform of a font. | 
| static TextAttribute | TextAttribute.UNDERLINEAttribute key for underline. | 
| static TextAttribute | TextAttribute.WEIGHTAttribute key for the weight of a font. | 
| static TextAttribute | TextAttribute.WIDTHAttribute key for the width of a font. | 
| Uses of TextAttribute in java.awt.im | 
|---|
| Methods in java.awt.im that return types with arguments of type TextAttribute | |
|---|---|
|  Map<TextAttribute,?> | InputMethodHighlight.getStyle()Returns the rendering style attributes for the text range, or null. | 
| Constructor parameters in java.awt.im with type arguments of type TextAttribute | |
|---|---|
| InputMethodHighlight(boolean selected,
                     int state,
                     int variation,
                     Map<TextAttribute,?> style)Constructs an input method highlight record. | |
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.