public class BorderRadius extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BorderRadius.Builder |
| 构造器和说明 |
|---|
BorderRadius() |
BorderRadius(BorderRadius.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBottomLeft() |
Integer |
getBottomRight() |
Integer |
getTopLeft() |
Integer |
getTopRight() |
static BorderRadius.Builder |
newBuilder() |
void |
setBottomLeft(Integer bottomLeft) |
void |
setBottomRight(Integer bottomRight) |
void |
setTopLeft(Integer topLeft) |
void |
setTopRight(Integer topRight) |
public BorderRadius()
public BorderRadius(BorderRadius.Builder builder)
public static BorderRadius.Builder newBuilder()
public Integer getTopLeft()
public void setTopLeft(Integer topLeft)
public Integer getTopRight()
public void setTopRight(Integer topRight)
public Integer getBottomRight()
public void setBottomRight(Integer bottomRight)
public Integer getBottomLeft()
public void setBottomLeft(Integer bottomLeft)
Copyright © 2026. All rights reserved.