< prev index next >

modules/graphics/src/main/java/javafx/geometry/Orientation.java

Print this page

        

*** 29,42 **** * Orientation * @since JavaFX 2.0 */ public enum Orientation { /** ! * The horizontal (right <-> left) orientation */ HORIZONTAL, /** ! * The vertical (top <-> bottom) orientation */ VERTICAL } --- 29,42 ---- * Orientation * @since JavaFX 2.0 */ public enum Orientation { /** ! * The horizontal (right &lt;-&gt; left) orientation */ HORIZONTAL, /** ! * The vertical (top &lt;-&gt; bottom) orientation */ VERTICAL }
< prev index next >