Uses of Class
javafx.geometry.HPos
-
Packages that use HPos 软件包 描述 javafx.geometry 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.layout 提供类来支持用户界面布局。 -
-
Uses of HPos in javafx.geometry
Methods in javafx.geometry that return HPos Modifier and Type 方法 描述 HPos
Pos. getHpos()
返回水平定位/对齐。static HPos
HPos. valueOf(String name)
以指定的名称返回此类型的枚举常量。static HPos[]
HPos. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。 -
Uses of HPos in javafx.scene.control
Methods in javafx.scene.control that return HPos Modifier and Type 方法 描述 HPos
Separator. getHalignment()
获取属性暂停的值。Methods in javafx.scene.control that return types with arguments of type HPos Modifier and Type 方法 描述 ObjectProperty<HPos>
Separator. halignmentProperty()
对于垂直分隔符,指定分隔线在空间中的水平位置。Methods in javafx.scene.control with parameters of type HPos Modifier and Type 方法 描述 protected void
SkinBase. layoutInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, HPos halignment, VPos valignment)
其中规定了子由所限定的本皮肤区域内实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。protected void
SkinBase. layoutInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, boolean fillWidth, boolean fillHeight, HPos halignment, VPos valignment)
其中规定了子由所限定的本皮肤区域内实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。protected void
SkinBase. layoutInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, HPos halignment, VPos valignment)
其中规定了子由所限定的本皮肤区域内实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。protected void
SkinBase. positionInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, HPos halignment, VPos valignment)
通过定义哪个位置此皮肤区域中的子项实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。protected void
SkinBase. positionInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, HPos halignment, VPos valignment)
通过定义哪个位置此皮肤区域中的子项实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。void
Separator. setHalignment(HPos value)
设置属性暂停的值。 -
Uses of HPos in javafx.scene.layout
Methods in javafx.scene.layout that return HPos Modifier and Type 方法 描述 HPos
FlowPane. getColumnHalignment()
获取属性columnHalignment的值。HPos
ColumnConstraints. getHalignment()
获取属性暂停的值。static HPos
GridPane. getHalignment(Node child)
如果设置,返回小孩的暂停约束。Methods in javafx.scene.layout that return types with arguments of type HPos Modifier and Type 方法 描述 ObjectProperty<HPos>
FlowPane. columnHalignmentProperty()
垂直花式板的每列内的节点的水平对齐。ObjectProperty<HPos>
ColumnConstraints. halignmentProperty()
列的水平对齐。Methods in javafx.scene.layout with parameters of type HPos Modifier and Type 方法 描述 protected void
Region. layoutInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, HPos halignment, VPos valignment)
其中规定了子由所限定的本地区的区域内实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。protected void
Region. layoutInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, boolean fillWidth, boolean fillHeight, HPos halignment, VPos valignment)
其中规定了子由所限定的本地区的区域内实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。static void
Region. layoutInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, boolean fillWidth, boolean fillHeight, HPos halignment, VPos valignment, boolean isSnapToPixel)
其中规定了儿童的它的区域内的工具方法的父通过定义areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。protected void
Region. layoutInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, HPos halignment, VPos valignment)
其中规定了子由所限定的本地区的区域内实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。protected void
Region. positionInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, HPos halignment, VPos valignment)
通过定义哪个位置该区域的区域内的子工具方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。static void
Region. positionInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, HPos halignment, VPos valignment, boolean isSnapToPixel)
通过定义哪个位置该区域的区域内的子工具方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。void
FlowPane. setColumnHalignment(HPos value)
设置属性columnHalignment的值。static void
GridPane. setConstraints(Node child, int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment)
设置网格位置,跨度和子对齐方式。static void
GridPane. setConstraints(Node child, int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment, Priority hgrow, Priority vgrow)
设置网格位置,跨度和子对齐方式。static void
GridPane. setConstraints(Node child, int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment, Priority hgrow, Priority vgrow, Insets margin)
设置网格位置,跨度,对齐方式,增加优先级,以及子窗格包含在网格中时的边距。void
ColumnConstraints. setHalignment(HPos value)
设置属性暂停的值。static void
GridPane. setHalignment(Node child, HPos value)
设置子窗格的水平对齐方式。Constructors in javafx.scene.layout with parameters of type HPos Constructor 描述 ColumnConstraints(double minWidth, double prefWidth, double maxWidth, Priority hgrow, HPos halignment, boolean fillWidth)
创建具有固定大小范围,水平增长优先级,水平对齐和水平填充行为的列约束对象。
-