org.gnu.gdk

Class Fill


public class Fill
extends Enum

Field Summary

static Fill
OPAQUE_STIPPLED
static Fill
SOLID
static Fill
STIPPLED
static Fill
TILED

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

OPAQUE_STIPPLED

public static final Fill OPAQUE_STIPPLED


SOLID

public static final Fill SOLID


STIPPLED

public static final Fill STIPPLED


TILED

public static final Fill TILED

Method Details

and

public Fill and(Fill other)


intern

public static Fill intern(int value)


or

public Fill or(Fill other)


test

public boolean test(Fill other)


xor

public Fill xor(Fill other)