org.freedesktop.cairo
Class Extend

java.lang.Object
  extended byorg.gnu.glib.Enum
      extended byorg.freedesktop.cairo.Extend

public class Extend
extends org.gnu.glib.Enum


Field Summary
static Extend NONE
           
static Extend REFLECT
           
static Extend REPEAT
           
 
Method Summary
static Extend intern(int value)
           
 boolean test(Extend 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

NONE

public static final Extend NONE

REPEAT

public static final Extend REPEAT

REFLECT

public static final Extend REFLECT
Method Detail

intern

public static Extend intern(int value)

test

public boolean test(Extend other)