Class Row
java.lang.Object
javafx.scene.layout.ConstraintsBase
javafx.scene.layout.RowConstraints
com.imyeyu.fx.utils.Row
public class Row
extends javafx.scene.layout.RowConstraints
GridPane 行属性构造
- Since:
- 2021-12-17 23:45
- Author:
- 夜雨
-
Property Summary
Properties inherited from class javafx.scene.layout.RowConstraints
fillHeight, maxHeight, minHeight, percentHeight, prefHeight, valignment, vgrow -
Field Summary
Fields inherited from class javafx.scene.layout.ConstraintsBase
CONSTRAIN_TO_PREF -
Method Summary
Modifier and TypeMethodDescription行高总是保持跟随容器尺寸变化bottom()底部对齐static Rowbuild()静态构造行属性对象static Rowbuild(javafx.geometry.VPos align) 静态构造行属性对象center()居中对齐fill()保持子组件高度填充height(double height) 设置高度max(double maxHeight) 设置最大高度min(double minHeight) 设置最小高度行高总是不保持跟随容器尺寸变化notFill()子组件高度不需填充percentHeight(double percentHeight) 以百分比设置高度行高不受其他行影响时可跟随容器尺寸变化top()顶部对齐Methods inherited from class javafx.scene.layout.RowConstraints
fillHeightProperty, getMaxHeight, getMinHeight, getPercentHeight, getPrefHeight, getValignment, getVgrow, isFillHeight, maxHeightProperty, minHeightProperty, percentHeightProperty, prefHeightProperty, setFillHeight, setMaxHeight, setMinHeight, setPercentHeight, setPrefHeight, setValignment, setVgrow, toString, valignmentProperty, vgrowPropertyMethods inherited from class javafx.scene.layout.ConstraintsBase
requestLayout
-
Method Details
-
min
-
max
-
height
-
percentHeight
-
fill
-
notFill
-
top
-
center
-
bottom
-
alwaysPriority
-
neverPriority
-
sometimesPriority
-
build
-
build
静态构造行属性对象- Parameters:
align- 垂直对齐方式- Returns:
- 本实例
-