org.freedesktop.cairo
Class Content

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

public class Content
extends org.gnu.glib.Enum


Field Summary
static Content ALPHA
           
static Content COLOR
           
static Content COLOR_ALPHA
           
 
Method Summary
static Content intern(int value)
           
 boolean test(Content 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

COLOR

public static final Content COLOR

ALPHA

public static final Content ALPHA

COLOR_ALPHA

public static final Content COLOR_ALPHA
Method Detail

intern

public static Content intern(int value)

test

public boolean test(Content other)