javax.swing.plaf
Class FontUIResource
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. A future release of Swing will provide support for
long term persistence.
- See Also:
UIResource
, Serialized Form
Fields inherited from class java.awt.Font |
BOLD, CENTER_BASELINE, HANGING_BASELINE, ITALIC, name, PLAIN, pointSize, ROMAN_BASELINE, size, style, TRUETYPE_FONT |
Methods inherited from class java.awt.Font |
canDisplay, canDisplayUpTo, canDisplayUpTo, canDisplayUpTo, createFont, createGlyphVector, createGlyphVector, createGlyphVector, createGlyphVector, decode, deriveFont, deriveFont, deriveFont, deriveFont, deriveFont, deriveFont, equals, finalize, getAttributes, getAvailableAttributes, getBaselineFor, getFamily, getFamily, getFont, getFont, getFont, getFontName, getFontName, getItalicAngle, getLineMetrics, getLineMetrics, getLineMetrics, getLineMetrics, getMaxCharBounds, getMissingGlyphCode, getName, getNumGlyphs, getPeer, getPSName, getSize, getSize2D, getStringBounds, getStringBounds, getStringBounds, getStringBounds, getStyle, getTransform, hashCode, hasUniformLineMetrics, isBold, isItalic, isPlain, toString |
FontUIResource
public FontUIResource(String name,
int style,
int size)
FontUIResource
public FontUIResource(Font font)
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.