| Package | Description |
|---|---|
| org.xhtmlrenderer.css.style.derived |
| Modifier and Type | Method and Description |
|---|---|
BorderRadiusCorner |
BorderPropertySet.getBottomLeft() |
BorderRadiusCorner |
BorderPropertySet.getBottomRight() |
BorderRadiusCorner |
BorderPropertySet.getTopLeft() |
BorderRadiusCorner |
BorderPropertySet.getTopRight() |
| Modifier and Type | Method and Description |
|---|---|
void |
BorderPropertySet.setBottomLeft(BorderRadiusCorner bottomLeft) |
void |
BorderPropertySet.setBottomRight(BorderRadiusCorner bottomRight) |
void |
BorderPropertySet.setTopLeft(BorderRadiusCorner topLeft) |
void |
BorderPropertySet.setTopRight(BorderRadiusCorner topRight) |
| Constructor and Description |
|---|
BorderPropertySet(float top,
float right,
float bottom,
float left,
BorderRadiusCorner topLeftCorner,
BorderRadiusCorner topRightCorner,
BorderRadiusCorner bottomRightCorner,
BorderRadiusCorner bottomLeftCorner) |
Copyright © 2020. All rights reserved.