kAWT Version 0.98

java.awt
Class Font

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

public class Font
extends Object


Field Summary
static int BOLD
           
protected  String name
           
static int PLAIN
           
protected  int size
           
protected  int style
           
 
Constructor Summary
Font(String name, int style, int size)
           
 
Method Summary
 Font deriveFont(int style)
           
 int getSize()
           
 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

name

protected String name

style

protected int style

size

protected int size
Constructor Detail

Font

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

getSize

public int getSize()

isBold

public boolean isBold()

deriveFont

public Font deriveFont(int style)

kAWT Version 0.98