org.freedesktop.cairo
Class Format

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

public class Format
extends org.gnu.glib.Enum


Field Summary
static Format A1
           
static Format A8
           
static Format ARGB32
           
static Format RGB24
           
 
Method Summary
static Format intern(int value)
           
 boolean test(Format 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

ARGB32

public static final Format ARGB32

RGB24

public static final Format RGB24

A8

public static final Format A8

A1

public static final Format A1
Method Detail

intern

public static Format intern(int value)

test

public boolean test(Format other)