Class RichTextArea.Justification

public static class RichTextArea.Justification
extends Object
Justification enumeration. The three values are left, right, center.

Fields

CENTERCenter justification.
LEFTLeft justification.
RIGHTRight justification.

Methods

toString()

Field Detail

CENTER

public static final RichTextArea.Justification CENTER
Center justification.

LEFT

public static final RichTextArea.Justification LEFT
Left justification.

RIGHT

public static final RichTextArea.Justification RIGHT
Right justification.

Method Detail

toString

public String toString()