org.freedesktop.cairo
Class FontWeight

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.freedesktop.cairo.FontWeight

public class FontWeight
extends org.gnu.glib.Enum


Field Summary
static FontWeight BOLD
           
static FontWeight NORMAL
           
 
Method Summary
static FontWeight intern(int value)
           
 boolean test(FontWeight other)
           
 
Methods inherited from class org.gnu.glib.Enum
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final FontWeight NORMAL

BOLD

public static final FontWeight BOLD
Method Detail

intern

public static FontWeight intern(int value)

test

public boolean test(FontWeight other)