org.gnu.pango
public class Underline extends Enum
| Field Summary | |
|---|---|
| static Underline | DOUBLE a double underline should be drawn. |
| static Underline | ERROR |
| static Underline | LOW
a single underline should be drawn at a position beneath the ink extents
of the text being underlined. |
| static Underline | NONE no underline should be drawn. |
| static Underline | SINGLE a single underline should be drawn. |
| Method Summary | |
|---|---|
| Underline | and(Underline other) |
| static Underline | intern(int value) |
| Underline | or(Underline other) |
| boolean | test(Underline other) |
| Underline | xor(Underline other) |