org.gnu.pango
Class AttrType

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

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

Distinguishes between different types of attributes.


Field Summary
static AttrType BACKGROUND
          Deprecated.  
static AttrType FALLBACK
          Deprecated.  
static AttrType FAMILY
          Deprecated.  
static AttrType FONT_DESC
          Deprecated.  
static AttrType FOREGROUND
          Deprecated.  
static AttrType INVALID
          Deprecated.  
static AttrType LANGUAGE
          Deprecated.  
static AttrType LETTER_SPACING
          Deprecated.  
static AttrType RISE
          Deprecated.  
static AttrType SCALE
          Deprecated.  
static AttrType SHAPE
          Deprecated.  
static AttrType SIZE
          Deprecated.  
static AttrType STRETCH
          Deprecated.  
static AttrType STRIKETHROUGH
          Deprecated.  
static AttrType STRIKETHROUGH_COLOR
          Deprecated.  
static AttrType STYLE
          Deprecated.  
static AttrType UNDERLINE
          Deprecated.  
static AttrType UNDERLINE_COLOR
          Deprecated.  
static AttrType VARIANT
          Deprecated.  
static AttrType WEIGHT
          Deprecated.  
 
Method Summary
 AttrType and(AttrType other)
          Deprecated.  
static AttrType intern(int value)
          Deprecated.  
 AttrType or(AttrType other)
          Deprecated.  
 boolean test(AttrType other)
          Deprecated.  
 AttrType xor(AttrType 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

INVALID

public static final AttrType INVALID
Deprecated. 

LANGUAGE

public static final AttrType LANGUAGE
Deprecated. 

FAMILY

public static final AttrType FAMILY
Deprecated. 

STYLE

public static final AttrType STYLE
Deprecated. 

WEIGHT

public static final AttrType WEIGHT
Deprecated. 

VARIANT

public static final AttrType VARIANT
Deprecated. 

STRETCH

public static final AttrType STRETCH
Deprecated. 

SIZE

public static final AttrType SIZE
Deprecated. 

FONT_DESC

public static final AttrType FONT_DESC
Deprecated. 

FOREGROUND

public static final AttrType FOREGROUND
Deprecated. 

BACKGROUND

public static final AttrType BACKGROUND
Deprecated. 

UNDERLINE

public static final AttrType UNDERLINE
Deprecated. 

STRIKETHROUGH

public static final AttrType STRIKETHROUGH
Deprecated. 

RISE

public static final AttrType RISE
Deprecated. 

SHAPE

public static final AttrType SHAPE
Deprecated. 

SCALE

public static final AttrType SCALE
Deprecated. 

FALLBACK

public static final AttrType FALLBACK
Deprecated. 

LETTER_SPACING

public static final AttrType LETTER_SPACING
Deprecated. 

UNDERLINE_COLOR

public static final AttrType UNDERLINE_COLOR
Deprecated. 

STRIKETHROUGH_COLOR

public static final AttrType STRIKETHROUGH_COLOR
Deprecated. 
Method Detail

intern

public static AttrType intern(int value)
Deprecated. 

or

public AttrType or(AttrType other)
Deprecated. 

and

public AttrType and(AttrType other)
Deprecated. 

xor

public AttrType xor(AttrType other)
Deprecated. 

test

public boolean test(AttrType other)
Deprecated.