Uses of Class
javafx.geometry.Orientation
-
Packages that use Orientation 软件包 描述 javafx.geometry 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。javafx.scene 为JavaFX Scene Graph API提供核心的基类集。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.layout 提供类来支持用户界面布局。javafx.scene.text 为字体和可渲染的文本节点提供一组类。 -
-
Uses of Orientation in javafx.geometry
Methods in javafx.geometry that return Orientation Modifier and Type 方法 描述 static Orientation
Orientation. valueOf(String name)
以指定的名称返回此类型的枚举常量。static Orientation[]
Orientation. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。 -
Uses of Orientation in javafx.scene
Methods in javafx.scene that return Orientation Modifier and Type 方法 描述 Orientation
Node. getContentBias()
返回节点调整大小偏置的方向以进行布局。 -
Uses of Orientation in javafx.scene.control
Methods in javafx.scene.control that return Orientation Modifier and Type 方法 描述 Orientation
Accordion. getContentBias()
返回节点调整大小偏置的方向以进行布局。Orientation
Labeled. getContentBias()
如果wrapText为true,则contentBias将为HORIZONTAL,否则为null。Orientation
TitledPane. getContentBias()
Orientation
ListView. getOrientation()
返回ListView的当前方向,它决定了它是垂直滚动还是水平滚动。Orientation
ScrollBar. getOrientation()
获取属性方向的值。Orientation
Separator. getOrientation()
获取属性方向的值。Orientation
Slider. getOrientation()
获取属性方向的值。Orientation
SplitPane. getOrientation()
SplitPane的方向。Orientation
ToolBar. getOrientation()
获取属性方向的值。Methods in javafx.scene.control that return types with arguments of type Orientation Modifier and Type 方法 描述 ObjectProperty<Orientation>
ListView. orientationProperty()
ListView
的方向 - 这可以是水平还是垂直。ObjectProperty<Orientation>
ScrollBar. orientationProperty()
ObjectProperty<Orientation>
Separator. orientationProperty()
Separator
的方向可以是水平还是垂直。ObjectProperty<Orientation>
Slider. orientationProperty()
Slider
的方向可以是水平还是垂直。ObjectProperty<Orientation>
SplitPane. orientationProperty()
SplitPane的方向。ObjectProperty<Orientation>
ToolBar. orientationProperty()
ToolBar
的方向 - 这可以是水平还是垂直。Methods in javafx.scene.control with parameters of type Orientation Modifier and Type 方法 描述 void
ListView. setOrientation(Orientation value)
设置ListView的方向,它决定它是垂直滚动还是水平滚动。void
ScrollBar. setOrientation(Orientation value)
设置属性方向的值。void
Separator. setOrientation(Orientation value)
设置属性方向的值。void
Slider. setOrientation(Orientation value)
设置属性方向的值。void
SplitPane. setOrientation(Orientation value)
此属性控制如何向用户显示SplitPane。void
ToolBar. setOrientation(Orientation value)
设置属性方向的值。Constructors in javafx.scene.control with parameters of type Orientation Constructor 描述 Separator(Orientation orientation)
创建一个新的分隔符,其中的对齐和赋值设置为它们各自的CENTER值。 -
Uses of Orientation in javafx.scene.layout
Methods in javafx.scene.layout that return Orientation Modifier and Type 方法 描述 Orientation
BorderPane. getContentBias()
Orientation
FlowPane. getContentBias()
Orientation
GridPane. getContentBias()
Orientation
HBox. getContentBias()
Orientation
StackPane. getContentBias()
Orientation
TilePane. getContentBias()
Orientation
VBox. getContentBias()
Orientation
FlowPane. getOrientation()
获取属性方向的值。Orientation
TilePane. getOrientation()
获取属性方向的值。Methods in javafx.scene.layout that return types with arguments of type Orientation Modifier and Type 方法 描述 ObjectProperty<Orientation>
FlowPane. orientationProperty()
这个流面的方向。ObjectProperty<Orientation>
TilePane. orientationProperty()
这个瓦片的方向。Methods in javafx.scene.layout with parameters of type Orientation Modifier and Type 方法 描述 void
FlowPane. setOrientation(Orientation value)
设置属性方向的值。void
TilePane. setOrientation(Orientation value)
设置属性方向的值。Constructors in javafx.scene.layout with parameters of type Orientation Constructor 描述 FlowPane(Orientation orientation)
使用指定的方向创建一个FlowPane布局,并创建hgap / vgap = 0。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)
使用指定的方向创建一个FlowPane布局,并创建hgap / vgap = 0。TilePane(Orientation orientation)
创建具有指定方向的TilePane布局,prefColumn / prefRows = 5和hgap / vgap = 0。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)
Creates a TilePane layout with the specified orientation, prefColumn/prefRows = 5 and hgap/vgap = 0. -
Uses of Orientation in javafx.scene.text
Methods in javafx.scene.text that return Orientation Modifier and Type 方法 描述 Orientation
TextFlow. getContentBias()
-