Package de.intarsys.tools.message
Class TextOrientation
- java.lang.Object
-
- de.intarsys.tools.message.TextOrientation
-
public class TextOrientation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TextOrientation(java.util.Locale locale)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TextOrientation
get()
static TextOrientation
getHebrew()
protected java.awt.ComponentOrientation
getOrientation()
boolean
isHorizontal()
boolean
isLeftToRight()
-
-
-
Method Detail
-
get
public static TextOrientation get()
-
getHebrew
public static TextOrientation getHebrew()
-
getOrientation
protected java.awt.ComponentOrientation getOrientation()
-
isHorizontal
public boolean isHorizontal()
-
isLeftToRight
public boolean isLeftToRight()
-
-