Uses of Class
com.imyeyu.fx.utils.BorderStroke
Packages that use BorderStroke
-
Uses of BorderStroke in com.imyeyu.fx.utils
Methods in com.imyeyu.fx.utils that return BorderStrokeModifier and TypeMethodDescriptionBorderStroke.bottom()1 像素下边框BorderStroke.bottom(double size) 下边框BorderStroke.dashed()虚线样式BorderStroke.dotted()点阵样式BorderStroke.exBottom()除了下边框,其他设置为 1 像素边框BorderStroke.exBottom(double size) 除了下边框,其他设置边框BorderStroke.exLeft()除了左边框,其他设置为 1 像素边框BorderStroke.exLeft(double size) 除了左边框,其他设置边框BorderStroke.exRight()除了右边框,其他设置为 1 像素边框BorderStroke.exRight(double size) 除了右边框,其他设置边框BorderStroke.exTop()除了上边框,其他设置为 1 像素边框BorderStroke.exTop(double size) 除了上边框,其他设置边框BorderStroke.left()1 像素左边框BorderStroke.left(double size) 左边框BorderStroke.padding(double all) 设置内边距BorderStroke.padding(double topBottom, double leftRight) 设置内边距BorderStroke.padding(double top, double right, double bottom, double left) 设置内边距BorderStroke.radius(double all) 设置圆角BorderStroke.radius(double all, boolean asPercent) 设置圆角BorderStroke.radius(double topLeft, double topRight, double bottomRight, double bottomLeft, boolean asPercent) 设置圆角BorderStroke.right()1 像素右边框BorderStroke.right(double size) 右边框BorderStroke.style(javafx.scene.layout.BorderStrokeStyle all) 设置样式BorderStroke.style(javafx.scene.layout.BorderStrokeStyle top, javafx.scene.layout.BorderStrokeStyle right, javafx.scene.layout.BorderStrokeStyle bottom, javafx.scene.layout.BorderStrokeStyle left) 设置样式BorderStroke.top()1 像素上边框BorderStroke.top(double size) 上边框BorderStroke.width(double all) 设置宽度BorderStroke.width(double topBottom, double leftRight) 设置宽度BorderStroke.width(double top, double right, double bottom, double left) 设置宽度