org.gnu.pango
Class Alignment
java.lang.Object
org.gnu.glib.Enum
org.gnu.pango.Alignment
public class Alignment
- extends org.gnu.glib.Enum
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.
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 |
LEFT
public static final Alignment LEFT
- Put all available space on the right
CENTER
public static final Alignment CENTER
- Center the line within the available space
RIGHT
public static final Alignment RIGHT
- Put all available space on the left
intern
public static Alignment intern(int value)
or
public Alignment or(Alignment other)
and
public Alignment and(Alignment other)
xor
public Alignment xor(Alignment other)
test
public boolean test(Alignment other)