org.gnu.pango
Class WrapMode

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

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

Describes how to wrap the lines of a PangoLayout to the desired width.


Field Summary
static WrapMode CHAR
          Deprecated. Wrap lines at character boundaries.
static WrapMode WORD
          Deprecated. Wrap lines at word boundaries.
static WrapMode WORD_CHAR
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
 
Method Summary
 WrapMode and(WrapMode other)
          Deprecated.  
static WrapMode intern(int value)
          Deprecated.  
 WrapMode or(WrapMode other)
          Deprecated.  
 boolean test(WrapMode other)
          Deprecated.  
 WrapMode xor(WrapMode 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

WORD

public static final WrapMode WORD
Deprecated. 
Wrap lines at word boundaries.


CHAR

public static final WrapMode CHAR
Deprecated. 
Wrap lines at character boundaries.


WORD_CHAR

public static final WrapMode WORD_CHAR
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Wrap lines at word boundaries, but fall back to character boundaries if there is not enough space for a full word.

Method Detail

intern

public static WrapMode intern(int value)
Deprecated. 

or

public WrapMode or(WrapMode other)
Deprecated. 

and

public WrapMode and(WrapMode other)
Deprecated. 

xor

public WrapMode xor(WrapMode other)
Deprecated. 

test

public boolean test(WrapMode other)
Deprecated.