org.gnu.pango
public class Variant 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.Variant.
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 Variant | NORMAL A normal font. |
| static Variant | SMALL_CAPS |
| Method Summary | |
|---|---|
| Variant | and(Variant other) |
| static Variant | intern(int value) |
| Variant | or(Variant other) |
| boolean | test(Variant other) |
| Variant | xor(Variant other) |