org.gnu.gtk

Class ProgressBarOrientation


public class ProgressBarOrientation
extends Enum

An object representing the various orientations and growth directions for progress bar widgets.
See Also:
GTK_PROGRESS_LEFT_TO_RIGHTA horizontal progress bar growing from left to right.GTK_PROGRESS_RIGHT_TO_LEFTA horizontal progress bar growing from right to left.GTK_PROGRESS_BOTTOM_TO_TOPA vertical progress bar growing from bottom to top.GTK_PROGRESS_TOP_TO_BOTTOMA vertical progress bar growing from top to bottom.

Field Summary

static ProgressBarOrientation
BOTTOM_TO_TOP
static ProgressBarOrientation
LEFT_TO_RIGHT
static ProgressBarOrientation
RIGHT_TO_LEFT
static ProgressBarOrientation
TOP_TO_BOTTOM

Method Summary

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

Field Details

BOTTOM_TO_TOP

public static final ProgressBarOrientation BOTTOM_TO_TOP

LEFT_TO_RIGHT

public static final ProgressBarOrientation LEFT_TO_RIGHT

RIGHT_TO_LEFT

public static final ProgressBarOrientation RIGHT_TO_LEFT

TOP_TO_BOTTOM

public static final ProgressBarOrientation TOP_TO_BOTTOM

Method Details

and

public ProgressBarOrientation and(ProgressBarOrientation other)

intern

public static ProgressBarOrientation intern(int value)

or

public ProgressBarOrientation or(ProgressBarOrientation other)

test

public boolean test(ProgressBarOrientation other)

xor

public ProgressBarOrientation xor(ProgressBarOrientation other)