org.gnu.pango
Class Stretch

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

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.Stretch. 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 Stretch
extends org.gnu.glib.Enum

An enumeration specifying the width of the font relative to other designs within a family.


Field Summary
static Stretch CONDENSED
          Deprecated.  
static Stretch EXPANDED
          Deprecated.  
static Stretch EXTRA_CONDENSED
          Deprecated.  
static Stretch EXTRA_EXPANDED
          Deprecated.  
static Stretch NORMAL
          Deprecated.  
static Stretch SEMI_CONDENSED
          Deprecated.  
static Stretch SEMI_EXPANDED
          Deprecated.  
static Stretch ULTRA_CONDENSED
          Deprecated.  
static Stretch ULTRA_EXPANDED
          Deprecated.  
 
Method Summary
 Stretch and(Stretch other)
          Deprecated.  
static Stretch intern(int value)
          Deprecated.  
 Stretch or(Stretch other)
          Deprecated.  
 boolean test(Stretch other)
          Deprecated.  
 Stretch xor(Stretch 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

ULTRA_CONDENSED

public static final Stretch ULTRA_CONDENSED
Deprecated. 

EXTRA_CONDENSED

public static final Stretch EXTRA_CONDENSED
Deprecated. 

CONDENSED

public static final Stretch CONDENSED
Deprecated. 

SEMI_CONDENSED

public static final Stretch SEMI_CONDENSED
Deprecated. 

NORMAL

public static final Stretch NORMAL
Deprecated. 

SEMI_EXPANDED

public static final Stretch SEMI_EXPANDED
Deprecated. 

EXPANDED

public static final Stretch EXPANDED
Deprecated. 

EXTRA_EXPANDED

public static final Stretch EXTRA_EXPANDED
Deprecated. 

ULTRA_EXPANDED

public static final Stretch ULTRA_EXPANDED
Deprecated. 
Method Detail

intern

public static Stretch intern(int value)
Deprecated. 

or

public Stretch or(Stretch other)
Deprecated. 

and

public Stretch and(Stretch other)
Deprecated. 

xor

public Stretch xor(Stretch other)
Deprecated. 

test

public boolean test(Stretch other)
Deprecated.