org.gnu.pango
Class Variant

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.pango.Variant

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.

public class Variant
extends org.gnu.glib.Enum

An enumeration specifying capitalization variant of the font.


Field Summary
static Variant NORMAL
          Deprecated. A normal font.
static Variant SMALL_CAPS
          Deprecated.  
 
Method Summary
 Variant and(Variant other)
          Deprecated.  
static Variant intern(int value)
          Deprecated.  
 Variant or(Variant other)
          Deprecated.  
 boolean test(Variant other)
          Deprecated.  
 Variant xor(Variant other)
          Deprecated.  
 
Methods inherited from class org.gnu.glib.Enum
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final Variant NORMAL
Deprecated. 
A normal font.


SMALL_CAPS

public static final Variant SMALL_CAPS
Deprecated. 
Method Detail

intern

public static Variant intern(int value)
Deprecated. 

or

public Variant or(Variant other)
Deprecated. 

and

public Variant and(Variant other)
Deprecated. 

xor

public Variant xor(Variant other)
Deprecated. 

test

public boolean test(Variant other)
Deprecated.