org.gnu.pango
Class Style

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

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.

public class Style
extends org.gnu.glib.Enum

An enumeration specifying the various slant styles possible for a font.


Field Summary
static Style ITALIC
          Deprecated. the font is slanted in an italic style.
static Style NORMAL
          Deprecated. the font is upright.
static Style OBLIQUE
          Deprecated. the font is slanted, but in a roman style.
 
Method Summary
 Style and(Style other)
          Deprecated.  
static Style intern(int value)
          Deprecated.  
 Style or(Style other)
          Deprecated.  
 boolean test(Style other)
          Deprecated.  
 Style xor(Style 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 Style NORMAL
Deprecated. 
the font is upright.


OBLIQUE

public static final Style OBLIQUE
Deprecated. 
the font is slanted, but in a roman style.


ITALIC

public static final Style ITALIC
Deprecated. 
the font is slanted in an italic style.

Method Detail

intern

public static Style intern(int value)
Deprecated. 

or

public Style or(Style other)
Deprecated. 

and

public Style and(Style other)
Deprecated. 

xor

public Style xor(Style other)
Deprecated. 

test

public boolean test(Style other)
Deprecated.