org.gnu.gdk

Class VisualType


public class VisualType
extends Enum

END OF GENERATED CODE

Field Summary

static VisualType
DIRECT_COLOR
static VisualType
GRAYSCALE
static VisualType
PSEUDO_COLOR
static VisualType
STATIC_COLOR
static VisualType
STATIC_GRAY
static VisualType
TRUE_COLOR

Method Summary

VisualType
and(VisualType other)
static VisualType
getVisualType(int type)
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
static VisualType
intern(int value)
VisualType
or(VisualType other)
boolean
test(VisualType other)
VisualType
xor(VisualType other)

Field Details

DIRECT_COLOR

public static final VisualType DIRECT_COLOR

GRAYSCALE

public static final VisualType GRAYSCALE

PSEUDO_COLOR

public static final VisualType PSEUDO_COLOR

STATIC_COLOR

public static final VisualType STATIC_COLOR

STATIC_GRAY

public static final VisualType STATIC_GRAY

TRUE_COLOR

public static final VisualType TRUE_COLOR

Method Details

and

public VisualType and(VisualType other)

getVisualType

public static VisualType getVisualType(int type)

Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

Builds a VisualType.

intern

public static VisualType intern(int value)

or

public VisualType or(VisualType other)

test

public boolean test(VisualType other)

xor

public VisualType xor(VisualType other)