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 PosPos. 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 方法 描述 PosLabeled. getAlignment()获取属性对齐的值。PosTextField. getAlignment()获取属性对齐的值。protected PosLabeled. getInitialAlignment()返回此控件的初始对齐状态,供JavaFX CSS引擎正确设置其初始值。protected PosRadioButton. getInitialAlignment()返回此控件的初始对齐状态,供JavaFX CSS引擎正确设置其初始值。protected PosToggleButton. 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 方法 描述 voidLabeled. setAlignment(Pos value)设置属性对齐的值。voidTextField. setAlignment(Pos value)设置属性对齐的值。 -
Uses of Pos in javafx.scene.control.skin
Methods in javafx.scene.control.skin that return Pos Modifier and Type 方法 描述 PosMenuBarSkin. 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 voidLabeledSkinBase. layoutLabelInArea(double x, double y, double w, double h, Pos alignment)在给定的区域内执行标签内容的实际布局。voidMenuBarSkin. setContainerAlignment(Pos value)设置属性containerAlignment的值。 -
Uses of Pos in javafx.scene.layout
Methods in javafx.scene.layout that return Pos Modifier and Type 方法 描述 static PosBorderPane. getAlignment(Node child)如果设置,返回小孩的对齐约束。PosFlowPane. getAlignment()获取属性对齐的值。PosGridPane. getAlignment()获取属性对齐的值。PosHBox. getAlignment()获取属性对齐的值。PosStackPane. getAlignment()获取属性对齐的值。static PosStackPane. getAlignment(Node child)如果设置,返回小孩的对齐约束。PosTilePane. getAlignment()获取属性对齐的值。static PosTilePane. getAlignment(Node node)如果设置,返回小孩的对齐约束。PosVBox. getAlignment()获取属性对齐的值。PosTilePane. 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 voidBorderPane. setAlignment(Node child, Pos value)设置边框窗格中包含的子对象。voidFlowPane. setAlignment(Pos value)设置属性对齐的值。voidGridPane. setAlignment(Pos value)设置属性对齐的值。voidHBox. setAlignment(Pos value)设置属性对齐的值。voidStackPane. setAlignment(Pos value)设置属性对齐的值。static voidStackPane. setAlignment(Node child, Pos value)设置子堆栈的对齐方式。voidTilePane. setAlignment(Pos value)设置属性对齐的值。static voidTilePane. setAlignment(Node node, Pos value)设置小屋的对齐方式,包含在tilepane中。voidVBox. setAlignment(Pos value)设置属性对齐的值。voidTilePane. setTileAlignment(Pos value)设置属性tileAlignment的值。
-