org.freedesktop.cairo
Class Filter

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

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.freedesktop.cairo.Filter. As this package was never correctly implemented in java-gnome 2.x, any new code written will likely have a considerably different public API.

public class Filter
extends org.gnu.glib.Enum


Field Summary
static Filter BEST
          Deprecated.  
static Filter BILINEAR
          Deprecated.  
static Filter FAST
          Deprecated.  
static Filter GAUSSIAN
          Deprecated.  
static Filter GOOD
          Deprecated.  
static Filter NEAREST
          Deprecated.  
 
Method Summary
static Filter intern(int value)
          Deprecated.  
 boolean test(Filter other)
          Deprecated.  
 
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

FAST

public static final Filter FAST
Deprecated. 

GOOD

public static final Filter GOOD
Deprecated. 

BEST

public static final Filter BEST
Deprecated. 

NEAREST

public static final Filter NEAREST
Deprecated. 

BILINEAR

public static final Filter BILINEAR
Deprecated. 

GAUSSIAN

public static final Filter GAUSSIAN
Deprecated. 
Method Detail

intern

public static Filter intern(int value)
Deprecated. 

test

public boolean test(Filter other)
Deprecated.