kAWT Version 0.22

java.awt
Class Font

java.lang.Object
  |
  +--java.awt.Font

public class Font
extends java.lang.Object


Field Summary
static int BOLD
           
static int PLAIN
           
 
Constructor Summary
Font(java.lang.String name, int style, int size)
           
 
Method Summary
 Font deriveFont(int style)
           
 boolean isBold()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLAIN

public static final int PLAIN

BOLD

public static final int BOLD
Constructor Detail

Font

public Font(java.lang.String name,
            int style,
            int size)
Method Detail

isBold

public boolean isBold()

deriveFont

public Font deriveFont(int style)

kAWT Version 0.22