org.gnu.pango
public class TabAlign extends Enum
| Field Summary | |
|---|---|
| static TabAlign | LEFT the tab stop appears to the left of the text. |
| Method Summary | |
|---|---|
| TabAlign | and(TabAlign other) |
| static TabAlign | intern(int value) |
| TabAlign | or(TabAlign other) |
| boolean | test(TabAlign other) |
| TabAlign | xor(TabAlign other) |