public static class BorderRadius.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
BorderRadius.Builder |
bottomLeft(Integer bottomLeft)
左下角弧度半径
示例值:1
|
BorderRadius.Builder |
bottomRight(Integer bottomRight)
右下角弧度半径
示例值:0
|
BorderRadius |
build() |
BorderRadius.Builder |
topLeft(Integer topLeft)
左上角弧度半径
示例值:1
|
BorderRadius.Builder |
topRight(Integer topRight)
右上角弧度半径
示例值:1
|
public BorderRadius.Builder topLeft(Integer topLeft)
示例值:1
topLeft - public BorderRadius.Builder topRight(Integer topRight)
示例值:1
topRight - public BorderRadius.Builder bottomRight(Integer bottomRight)
示例值:0
bottomRight - public BorderRadius.Builder bottomLeft(Integer bottomLeft)
示例值:1
bottomLeft - public BorderRadius build()
Copyright © 2026. All rights reserved.