クラス
javafx.geometry.Orientationの使用
- 
Orientationを使用するパッケージ パッケージ 説明 javafx.geometry 2次元ジオメトリに関連するオブジェクトで操作を定義および実行する2Dクラスのセットを提供します。javafx.scene JavaFXシーン・グラフAPIのベース・クラスのコア・セットを提供します。javafx.scene.control JavaFXユーザー・インタフェース・コントロール(UIコントロールまたは単純なコントロール)は、特に多くの異なるアプリケーション・コンテキストでの再利用に適しているJavaFXシーングラフの特化されたノードです。javafx.scene.layout ユーザー・インタフェース・レイアウトをサポートするクラスを提供します。 - 
- 
javafx.geometryでのOrientationの使用
Orientationを返すjavafx.geometryのメソッド 修飾子と型 メソッド 説明 static OrientationOrientation. valueOf(String name)指定された名前を持つ、この型の列挙型定数を返します。static Orientation[]Orientation. values()この列挙型の定数を含む配列を、宣言されている順序で返します。 - 
javafx.sceneでのOrientationの使用
Orientationを返すjavafx.sceneのメソッド 修飾子と型 メソッド 説明 OrientationNode. getContentBias()レイアウト用にノードのサイズ変更バイアスの向きを返します。 - 
javafx.scene.controlでのOrientationの使用
Orientationを返すjavafx.scene.controlのメソッド 修飾子と型 メソッド 説明 OrientationLabeled. getContentBias()wrapTextがtrueの場合はcontentBiasはHORIZONTALになり、そうでない場合はnullです。OrientationListView. getOrientation()垂直にスクロールするか水平にスクロールするかを決定する、ListViewの現在の向きを返します。OrientationScrollBar. getOrientation()プロパティorientationの値を取得します。OrientationSeparator. getOrientation()プロパティorientationの値を取得します。OrientationSlider. getOrientation()プロパティorientationの値を取得します。OrientationSplitPane. getOrientation()SplitPaneの向き。OrientationToolBar. getOrientation()プロパティorientationの値を取得します。Orientation型の引数を持つ型を返すjavafx.scene.controlのメソッド 修飾子と型 メソッド 説明 ObjectProperty<Orientation>ListView. orientationProperty()ListViewの向き - 水平または垂直を指定できます。ObjectProperty<Orientation>ScrollBar. orientationProperty()ScrollBarの向きにHORIZONTALまたはVERTICALを指定できます。ObjectProperty<Orientation>Separator. orientationProperty()Separatorの向きに水平または垂直を指定できます。ObjectProperty<Orientation>Slider. orientationProperty()Sliderの向きに水平または垂直を指定できます。ObjectProperty<Orientation>SplitPane. orientationProperty()SplitPaneの向き。ObjectProperty<Orientation>ToolBar. orientationProperty()ToolBarの向き - 水平または垂直を指定できます。Orientation型のパラメータを持つjavafx.scene.controlのメソッド 修飾子と型 メソッド 説明 voidListView. setOrientation(Orientation value)垂直にスクロールするか水平にスクロールするかを決定する、ListViewの向きを設定します。voidScrollBar. setOrientation(Orientation value)プロパティorientationの値を設定します。voidSeparator. setOrientation(Orientation value)プロパティorientationの値を設定します。voidSlider. setOrientation(Orientation value)プロパティorientationの値を設定します。voidSplitPane. setOrientation(Orientation value)このプロパティは、SplitPaneをユーザーに表示する方法を制御します。voidToolBar. setOrientation(Orientation value)プロパティorientationの値を設定します。Orientation型のパラメータを持つjavafx.scene.controlのコンストラクタ コンストラクタ 説明 Separator(Orientation orientation)halignmentおよびvalignmentがそれぞれのCENTER値に設定された新規セパレータを作成します。 - 
javafx.scene.layoutでのOrientationの使用
Orientationを返すjavafx.scene.layoutのメソッド 修飾子と型 メソッド 説明 OrientationBorderPane. getContentBias()OrientationGridPane. getContentBias()OrientationHBox. getContentBias()OrientationStackPane. getContentBias()OrientationVBox. getContentBias()OrientationFlowPane. getOrientation()プロパティorientationの値を取得します。OrientationTilePane. getOrientation()プロパティorientationの値を取得します。Orientation型の引数を持つ型を返すjavafx.scene.layoutのメソッド 修飾子と型 メソッド 説明 ObjectProperty<Orientation>FlowPane. orientationProperty()このフローペインの向き。ObjectProperty<Orientation>TilePane. orientationProperty()このタイルペインの向き。Orientation型のパラメータを持つjavafx.scene.layoutのメソッド 修飾子と型 メソッド 説明 voidFlowPane. setOrientation(Orientation value)プロパティorientationの値を設定します。voidTilePane. setOrientation(Orientation value)プロパティorientationの値を設定します。Orientation型のパラメータを持つjavafx.scene.layoutのコンストラクタ コンストラクタ 説明 FlowPane(Orientation orientation)向きとhgap/vgap = 0が指定されたFlowPaneレイアウトを作成します。FlowPane(Orientation orientation, double hgap, double vgap)向きとhgap/vgapが指定されたFlowPaneレイアウトを作成します。FlowPane(Orientation orientation, double hgap, double vgap, Node... children)向きとhgap/vgapが指定されたFlowPaneレイアウトを作成します。FlowPane(Orientation orientation, Node... children)向きとhgap/vgap = 0が指定されたFlowPaneレイアウトを作成します。TilePane(Orientation orientation)向き、prefColumn/prefRows = 5およびhgap/vgap = 0が指定されたTilePaneレイアウトを作成します。TilePane(Orientation orientation, double hgap, double vgap)向き、hgap/vgapおよびprefRows/prefColumns = 5が指定されたTilePaneレイアウトを作成します。TilePane(Orientation orientation, double hgap, double vgap, Node... children)向き、hgap/vgapおよびprefRows/prefColumns = 5が指定されたTilePaneレイアウトを作成します。TilePane(Orientation orientation, Node... children)向き、prefColumn/prefRows = 5およびhgap/vgap = 0が指定されたTilePaneレイアウトを作成します。 
 -