org.freedesktop.cairo

Class Filter

public class Filter extends Enum

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.

Field Summary
static FilterBEST
static FilterBILINEAR
static FilterFAST
static FilterGAUSSIAN
static FilterGOOD
static FilterNEAREST
Method Summary
static Filterintern(int value)
booleantest(Filter other)

Field Detail

BEST

public static final Filter BEST

BILINEAR

public static final Filter BILINEAR

FAST

public static final Filter FAST

GAUSSIAN

public static final Filter GAUSSIAN

GOOD

public static final Filter GOOD

NEAREST

public static final Filter NEAREST

Method Detail

intern

public static Filter intern(int value)

test

public boolean test(Filter other)