WUI : API


org.westofj.wui
Class WFont

java.lang.Object
  extended byorg.westofj.wui.WFont

public class WFont
extends Object


Constructor Summary
WFont(String family, int points, boolean bold, boolean italics)
           
 
Method Summary
 String getFamily()
           
 int getPoints()
           
 String getStyle()
           
 boolean isBold()
           
 boolean isItalics()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFont

public WFont(String family,
             int points,
             boolean bold,
             boolean italics)
Method Detail

isBold

public boolean isBold()

getFamily

public String getFamily()

isItalics

public boolean isItalics()

getPoints

public int getPoints()

getStyle

public String getStyle()

Copyright (c) 2003 West of J - All rights reserved.