swingwtx.swing.plaf
Class FontUIResource

java.lang.Object
  extended byswingwt.awt.Font
      extended byswingwtx.swing.plaf.FontUIResource
All Implemented Interfaces:
UIResource

public class FontUIResource
extends Font
implements UIResource


Field Summary
 
Fields inherited from class swingwt.awt.Font
BOLD, CENTER_BASELINE, disposeOnFinalize, HANGING_BASELINE, ITALIC, name, PLAIN, ROMAN_BASELINE, size, style, TRUETYPE_FONT
 
Constructor Summary
FontUIResource(Font font)
           
FontUIResource(java.lang.String name, int style, int size)
           
 
Methods inherited from class swingwt.awt.Font
createPeer, deriveFont, dispose, finalize, getAttributes, getFont, getName, getSize, getSize2D, getStyle, getSWTFont, isBold, isItalic, isPlain, populateFromSWTFont, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontUIResource

public FontUIResource(java.lang.String name,
                      int style,
                      int size)

FontUIResource

public FontUIResource(Font font)