de.intarsys.tools.message
Class TextOrientation

java.lang.Object
  extended by de.intarsys.tools.message.TextOrientation

public class TextOrientation
extends java.lang.Object


Constructor Summary
TextOrientation(java.util.Locale locale)
           
 
Method Summary
static TextOrientation get()
           
static TextOrientation getHebrew()
           
protected  java.awt.ComponentOrientation getOrientation()
           
 boolean isHorizontal()
           
 boolean isLeftToRight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextOrientation

public TextOrientation(java.util.Locale locale)
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()