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 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)