java.lang.Object
io.github.palexdev.materialfx.factories.CornerRadiusFactory
Convenience class to build
CornerRadii objects.-
Method Summary
Modifier and TypeMethodDescriptionstatic CornerRadiiall(double topRightBottomLeft) static CornerRadiibottom(double bottomRight) static CornerRadiileft(double bottomLeft) static CornerRadiinone()static CornerRadiiof(double topLeft, double topRight) static CornerRadiiof(double topLeft, double topRight, double bottomRight) static CornerRadiiof(double topLeft, double topRight, double bottomRight, double bottomLeft) static CornerRadiiright(double topRight) static CornerRadiitop(double topLeft)
-
Method Details
-
all
-
none
-
top
-
right
-
bottom
-
left
-
of
-
of
-
of
public static CornerRadii of(double topLeft, double topRight, double bottomRight, double bottomLeft)
-