Package | Description |
---|---|
org.fireweb.css |
Modifier and Type | Class and Description |
---|---|
class |
Border
The CSS border properties allow you to specify the style and color of an
element's border.
|
Modifier and Type | Method and Description |
---|---|
BorderProperty |
Border.getEdge(Edge edge)
Returns border edge properties
|
BorderProperty |
BorderProperty.removeBorderWidth() |
BorderProperty |
BorderProperty.setBorderWidth(BorderWidth.Type borderWidth) |
BorderProperty |
BorderProperty.setBorderWidth(BorderWidth borderWidth) |
BorderProperty |
BorderProperty.setBorderWidth(Length borderWidth) |
BorderProperty |
BorderProperty.setColor(Color color) |
BorderProperty |
BorderProperty.setColor(ColorName name) |
BorderProperty |
BorderProperty.setStyle(Border.Style style) |
Modifier and Type | Method and Description |
---|---|
Border |
Border.setEdge(Edge edge,
BorderProperty borderProperty)
Set border edge with border edge property
|