org.gnu.pango
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.
CENTER
public static final Alignment CENTER
Center the line within the available space
LEFT
public static final Alignment LEFT
Put all available space on the right
RIGHT
public static final Alignment RIGHT
Put all available space on the left
intern
public static Alignment intern(int value)