org.gnu.gtk
Class Justification

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.Justification

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 in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.Justification. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

public class Justification
extends org.gnu.glib.Enum

Used for justifying the text inside a Label widget.

  JUSTIFY_LEFT 
  The text is placed at the left edge of the label.
  JUSTIFY_RIGHT 
  The text is placed at the right edge of the label.
  JUSTIFY_CENTER 
  The text is placed in the center of the label.
  JUSTIFY_FILL 
  The text is placed is distributed across the label.
 

See Also:
todo: update doc

Field Summary
static Justification CENTER
          Deprecated.  
static Justification FILL
          Deprecated.  
static Justification LEFT
          Deprecated.  
static Justification RIGHT
          Deprecated.  
 
Method Summary
 Justification and(Justification other)
          Deprecated.  
static Justification intern(int value)
          Deprecated.  
 Justification or(Justification other)
          Deprecated.  
 boolean test(Justification other)
          Deprecated.  
 Justification xor(Justification 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

LEFT

public static final Justification LEFT
Deprecated. 

RIGHT

public static final Justification RIGHT
Deprecated. 

CENTER

public static final Justification CENTER
Deprecated. 

FILL

public static final Justification FILL
Deprecated. 
Method Detail

intern

public static Justification intern(int value)
Deprecated. 

or

public Justification or(Justification other)
Deprecated. 

and

public Justification and(Justification other)
Deprecated. 

xor

public Justification xor(Justification other)
Deprecated. 

test

public boolean test(Justification other)
Deprecated.