Example usage for Java java.awt ComponentOrientation fields, constructors, methods, implement or subclass
The text is from its open source code.
ComponentOrientation | LEFT_TO_RIGHT Items run left to right and lines flow top to bottom Examples: English, French. |
ComponentOrientation | RIGHT_TO_LEFT Items run right to left and lines flow top to bottom Examples: Arabic, Hebrew. |
ComponentOrientation | getOrientation(Locale locale) Returns the orientation that is appropriate for the given locale. |
ComponentOrientation | getOrientation(ResourceBundle bdl) Returns the orientation appropriate for the given ResourceBundle's localization. |
boolean | isHorizontal() Are lines horizontal? |
boolean | isLeftToRight() HorizontalLines: Do items run left-to-right? Vertical Lines: Do lines run left-to-right? This will return true for horizontal, left-to-right writing systems such as Roman. |