org.gnu.gtk

Class ProgressBarOrientation

public class ProgressBarOrientation 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 in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.ProgressBarOrientation. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

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 ProgressBarOrientationBOTTOM_TO_TOP
static ProgressBarOrientationLEFT_TO_RIGHT
static ProgressBarOrientationRIGHT_TO_LEFT
static ProgressBarOrientationTOP_TO_BOTTOM
Method Summary
ProgressBarOrientationand(ProgressBarOrientation other)
static ProgressBarOrientationintern(int value)
ProgressBarOrientationor(ProgressBarOrientation other)
booleantest(ProgressBarOrientation other)
ProgressBarOrientationxor(ProgressBarOrientation other)

Field Detail

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 Detail

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)