Enum Class Alignment

java.lang.Object
java.lang.Enum<Alignment>
org.gnome.pango.Alignment
All Implemented Interfaces:
Enumeration, Serializable, Comparable<Alignment>, Constable

@Generated("io.github.jwharm.JavaGI") public enum Alignment extends Enum<Alignment> implements Enumeration
PangoAlignment describes how to align the lines of a PangoLayout within the available space.

If the PangoLayout is set to justify using Layout.setJustify(boolean), this only affects partial lines.

See Layout.setAutoDir(boolean) for how text direction affects the interpretation of PangoAlignment values.