org.gnu.pango
public class Style 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 exist in java-gnome 4.0; look out for
org.gnome.pango.Style.
As this package was never fully implemented in java-gnome 2.x,
however, any new code written will have a considerably different
public API.
| Field Summary | |
|---|---|
| static Style | ITALIC the font is slanted in an italic style. |
| static Style | NORMAL the font is upright. |
| static Style | OBLIQUE the font is slanted, but in a roman style. |
| Method Summary | |
|---|---|
| Style | and(Style other) |
| static Style | intern(int value) |
| Style | or(Style other) |
| boolean | test(Style other) |
| Style | xor(Style other) |