org.westofj.wui
Class WFont
java.lang.Object
org.westofj.wui.WFont
- public class WFont
- extends Object
Constructor Summary |
WFont(String family,
int points,
boolean bold,
boolean italics)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WFont
public WFont(String family,
int points,
boolean bold,
boolean italics)
isBold
public boolean isBold()
getFamily
public String getFamily()
isItalics
public boolean isItalics()
getPoints
public int getPoints()
getStyle
public String getStyle()