KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > ComponentOrientation

java.awt
Class ComponentOrientation

java.lang.Object
  extended by java.awt.ComponentOrientation
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public static ComponentOrientation getOrientation(Locale locale)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
public static ComponentOrientation getOrientation(ResourceBundle bdl)
See Also:
getOrientation(java.util.Locale)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isHorizontal()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isLeftToRight()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ComponentOrientation LEFT_TO_RIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ComponentOrientation RIGHT_TO_LEFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ComponentOrientation UNKNOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags