- java.lang.Object
- 
- java.awt.Font
- 
- javax.swing.plaf.FontUIResource
 
 
- 
- All Implemented Interfaces:
- Serializable,- UIResource
 
 public class FontUIResource extends Font implements UIResource A subclass of java.awt.Font that implements UIResource. UI classes which set default font properties should use this class.Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beanspackage. Please seeXMLEncoder.- See Also:
- UIResource, Serialized Form
 
- 
- 
Field Summary- 
Fields declared in class java.awt.FontBOLD, CENTER_BASELINE, DIALOG, DIALOG_INPUT, HANGING_BASELINE, ITALIC, LAYOUT_LEFT_TO_RIGHT, LAYOUT_NO_LIMIT_CONTEXT, LAYOUT_NO_START_CONTEXT, LAYOUT_RIGHT_TO_LEFT, MONOSPACED, name, PLAIN, pointSize, ROMAN_BASELINE, SANS_SERIF, SERIF, size, style, TRUETYPE_FONT, TYPE1_FONT
 
- 
 - 
Constructor SummaryConstructors Constructor Description FontUIResource(Font font)Constructs aFontUIResource.FontUIResource(String name, int style, int size)Constructs aFontUIResource.
 - 
Method Summary- 
Methods declared in class java.awt.FontcanDisplay, canDisplay, canDisplayUpTo, canDisplayUpTo, canDisplayUpTo, createFont, createFont, createFonts, createFonts, createGlyphVector, createGlyphVector, createGlyphVector, createGlyphVector, decode, deriveFont, deriveFont, deriveFont, deriveFont, deriveFont, deriveFont, equals, getAttributes, getAvailableAttributes, getBaselineFor, getFamily, getFamily, getFont, getFont, getFont, getFontName, getFontName, getItalicAngle, getLineMetrics, getLineMetrics, getLineMetrics, getLineMetrics, getMaxCharBounds, getMissingGlyphCode, getName, getNumGlyphs, getPSName, getSize, getSize2D, getStringBounds, getStringBounds, getStringBounds, getStringBounds, getStyle, getTransform, hashCode, hasLayoutAttributes, hasUniformLineMetrics, isBold, isItalic, isPlain, isTransformed, layoutGlyphVector, textRequiresLayout, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
FontUIResourcepublic FontUIResource(String name, int style, int size) Constructs aFontUIResource.- Parameters:
- name- the font name
- style- the style constant for the font
- size- the point size of the font
 
 - 
FontUIResourcepublic FontUIResource(Font font) Constructs aFontUIResource.- Parameters:
- font- the font
 
 
- 
 
-