Uses of Class
com.imyeyu.fx.utils.Row
Packages that use Row
-
Uses of Row in com.imyeyu.fx.utils
Methods in com.imyeyu.fx.utils that return RowModifier and TypeMethodDescriptionRow.alwaysPriority()行高总是保持跟随容器尺寸变化Row.bottom()底部对齐static RowRow.build()静态构造行属性对象static RowRow.build(javafx.geometry.VPos align) 静态构造行属性对象Row.center()居中对齐Row.fill()保持子组件高度填充Row.height(double height) 设置高度Row.max(double maxHeight) 设置最大高度Row.min(double minHeight) 设置最小高度Row.neverPriority()行高总是不保持跟随容器尺寸变化Row.notFill()子组件高度不需填充Row.percentHeight(double percentHeight) 以百分比设置高度Row.sometimesPriority()行高不受其他行影响时可跟随容器尺寸变化Row.top()顶部对齐