public interface HasDirectionalText extends HasText
Modifier and Type | Method and Description |
---|---|
HasDirection.Direction |
getTextDirection()
Gets the direction of this object's text.
|
void |
setText(java.lang.String text,
HasDirection.Direction dir)
Sets this object's text, also declaring its direction.
|
HasDirection.Direction getTextDirection()
void setText(java.lang.String text, HasDirection.Direction dir)
text
- the object's new textdir
- the text's direction