org.gnu.gdk

Class RgbDither


public class RgbDither
extends Enum

Field Summary

static RgbDither
MAX
static RgbDither
NONE
static RgbDither
NORMAL

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

RgbDither
and(RgbDither other)
static RgbDither
intern(int value)
RgbDither
or(RgbDither other)
boolean
test(RgbDither other)
RgbDither
xor(RgbDither other)

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

MAX

public static final RgbDither MAX


NONE

public static final RgbDither NONE


NORMAL

public static final RgbDither NORMAL

Method Details

and

public RgbDither and(RgbDither other)


intern

public static RgbDither intern(int value)


or

public RgbDither or(RgbDither other)


test

public boolean test(RgbDither other)


xor

public RgbDither xor(RgbDither other)