Uses of Class
io.github.sosuisen.jfxbuilder.graphics.CornerRadiiBuilder
Packages that use CornerRadiiBuilder
-
Uses of CornerRadiiBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return CornerRadiiBuilderModifier and TypeMethodDescriptionCornerRadiiBuilder.apply
(Consumer<CornerRadii> func) Applies a function to the CornerRadii instance being constructed.static CornerRadiiBuilder
CornerRadiiBuilder.create
(double radius) Accepts the constructor arguments ofCornerRadii(double)
and returns an instance ofCornerRadiiBuilder
.static CornerRadiiBuilder
CornerRadiiBuilder.create
(double radius, boolean asPercent) Accepts the constructor arguments ofCornerRadii(double, boolean)
and returns an instance ofCornerRadiiBuilder
.static CornerRadiiBuilder
CornerRadiiBuilder.create
(double topLeft, double topRight, double bottomRight, double bottomLeft, boolean asPercent) Accepts the constructor arguments ofCornerRadii(double, double, double, double, boolean)
and returns an instance ofCornerRadiiBuilder
.static CornerRadiiBuilder
CornerRadiiBuilder.create
(double topLeftHorizontalRadius, double topLeftVerticalRadius, double topRightVerticalRadius, double topRightHorizontalRadius, double bottomRightHorizontalRadius, double bottomRightVerticalRadius, double bottomLeftVerticalRadius, double bottomLeftHorizontalRadius, boolean topLeftHorizontalRadiusAsPercent, boolean topLeftVerticalRadiusAsPercent, boolean topRightVerticalRadiusAsPercent, boolean topRightHorizontalRadiusAsPercent, boolean bottomRightHorizontalRadiusAsPercent, boolean bottomRightVerticalRadiusAsPercent, boolean bottomLeftVerticalRadiusAsPercent, boolean bottomLeftHorizontalRadiusAsPercent) Accepts the constructor arguments ofCornerRadii(double, double, double, double, double, double, double, double, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean)
and returns an instance ofCornerRadiiBuilder
.