|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gnu.glib.Enum
org.gnu.pango.Alignment
org.gnome.pango.Alignment.
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 Alignment
describes how to align the lines of a PangoLayout within the available space. If the PangoLayout is set to justify using pango_layout_set_justify(), then this only has an effect for partial lines.
| Field Summary | |
|---|---|
static Alignment |
CENTER
Deprecated. Center the line within the available space |
static Alignment |
LEFT
Deprecated. Put all available space on the right |
static Alignment |
RIGHT
Deprecated. Put all available space on the left |
| Method Summary | |
|---|---|
Alignment |
and(Alignment other)
Deprecated. |
static Alignment |
intern(int value)
Deprecated. |
Alignment |
or(Alignment other)
Deprecated. |
boolean |
test(Alignment other)
Deprecated. |
Alignment |
xor(Alignment 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 |
|---|
public static final Alignment LEFT
public static final Alignment CENTER
public static final Alignment RIGHT
| Method Detail |
|---|
public static Alignment intern(int value)
public Alignment or(Alignment other)
public Alignment and(Alignment other)
public Alignment xor(Alignment other)
public boolean test(Alignment other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||