Uses of Class
javafx.geometry.Pos
-
Packages that use Pos 软件包 描述 javafx.geometry 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.control.skin javafx.scene.control.skin包是皮肤类(通常每个UI控件一个)所在的位置javafx.scene.layout 提供类来支持用户界面布局。 -
-
Uses of Pos in javafx.geometry
Methods in javafx.geometry that return Pos Modifier and Type 方法 描述 static Pos
Pos. valueOf(String name)
以指定的名称返回此类型的枚举常量。static Pos[]
Pos. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。 -
Uses of Pos in javafx.scene.control
Methods in javafx.scene.control that return Pos Modifier and Type 方法 描述 Pos
Labeled. getAlignment()
获取属性对齐的值。Pos
TextField. getAlignment()
获取属性对齐的值。protected Pos
Labeled. getInitialAlignment()
返回此控件的初始对齐状态,供JavaFX CSS引擎正确设置其初始值。protected Pos
RadioButton. getInitialAlignment()
返回此控件的初始对齐状态,供JavaFX CSS引擎正确设置其初始值。protected Pos
ToggleButton. getInitialAlignment()
返回此控件的初始对齐状态,供JavaFX CSS引擎正确设置其初始值。Methods in javafx.scene.control that return types with arguments of type Pos Modifier and Type 方法 描述 ObjectProperty<Pos>
Labeled. alignmentProperty()
指定Labeled内的空格时如何对齐Labeled中的文本和图形。ObjectProperty<Pos>
TextField. alignmentProperty()
指定当TextField中有空格时如何对齐文本。Methods in javafx.scene.control with parameters of type Pos Modifier and Type 方法 描述 void
Labeled. setAlignment(Pos value)
设置属性对齐的值。void
TextField. setAlignment(Pos value)
设置属性对齐的值。 -
Uses of Pos in javafx.scene.control.skin
Methods in javafx.scene.control.skin that return Pos Modifier and Type 方法 描述 Pos
MenuBarSkin. getContainerAlignment()
获取属性containerAlignment的值。Methods in javafx.scene.control.skin that return types with arguments of type Pos Modifier and Type 方法 描述 ObjectProperty<Pos>
MenuBarSkin. containerAlignmentProperty()
指定MenuBar中菜单按钮的对齐方式(默认为Pos.TOP_LEFT)。Methods in javafx.scene.control.skin with parameters of type Pos Modifier and Type 方法 描述 protected void
LabeledSkinBase. layoutLabelInArea(double x, double y, double w, double h, Pos alignment)
在给定的区域内执行标签内容的实际布局。void
MenuBarSkin. setContainerAlignment(Pos value)
设置属性containerAlignment的值。 -
Uses of Pos in javafx.scene.layout
Methods in javafx.scene.layout that return Pos Modifier and Type 方法 描述 static Pos
BorderPane. getAlignment(Node child)
如果设置,返回小孩的对齐约束。Pos
FlowPane. getAlignment()
获取属性对齐的值。Pos
GridPane. getAlignment()
获取属性对齐的值。Pos
HBox. getAlignment()
获取属性对齐的值。Pos
StackPane. getAlignment()
获取属性对齐的值。static Pos
StackPane. getAlignment(Node child)
如果设置,返回小孩的对齐约束。Pos
TilePane. getAlignment()
获取属性对齐的值。static Pos
TilePane. getAlignment(Node node)
如果设置,返回小孩的对齐约束。Pos
VBox. getAlignment()
获取属性对齐的值。Pos
TilePane. getTileAlignment()
获取属性tileAlignment的值。Methods in javafx.scene.layout that return types with arguments of type Pos Modifier and Type 方法 描述 ObjectProperty<Pos>
FlowPane. alignmentProperty()
Flowpane的内容在其宽度和高度之间的整体对齐。ObjectProperty<Pos>
GridPane. alignmentProperty()
格栅在格栅宽度和高度内的对齐方式。ObjectProperty<Pos>
HBox. alignmentProperty()
孩子们在hbox的宽度和高度之间的整体对齐。ObjectProperty<Pos>
StackPane. alignmentProperty()
在stackpane的宽度和高度内的子项的默认对齐方式。ObjectProperty<Pos>
TilePane. alignmentProperty()
瓦楞纸板内容在其宽度和高度之间的整体对齐。ObjectProperty<Pos>
VBox. alignmentProperty()
孩子们在vbox的宽度和高度之间的整体对齐。ObjectProperty<Pos>
TilePane. tileAlignmentProperty()
每个孩子在其图块中的默认对齐方式。Methods in javafx.scene.layout with parameters of type Pos Modifier and Type 方法 描述 static void
BorderPane. setAlignment(Node child, Pos value)
设置边框窗格中包含的子对象。void
FlowPane. setAlignment(Pos value)
设置属性对齐的值。void
GridPane. setAlignment(Pos value)
设置属性对齐的值。void
HBox. setAlignment(Pos value)
设置属性对齐的值。void
StackPane. setAlignment(Pos value)
设置属性对齐的值。static void
StackPane. setAlignment(Node child, Pos value)
设置子堆栈的对齐方式。void
TilePane. setAlignment(Pos value)
设置属性对齐的值。static void
TilePane. setAlignment(Node node, Pos value)
设置小屋的对齐方式,包含在tilepane中。void
VBox. setAlignment(Pos value)
设置属性对齐的值。void
TilePane. setTileAlignment(Pos value)
设置属性tileAlignment的值。
-