Interface CSSBorderProperties
- All Known Implementing Classes:
CSSBorderPropertiesImpl
public interface CSSBorderProperties
CSS Border properties interface.
- Version:
- 1.0.0
- Author:
- Angelo ZERR
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()Return border-color value.getStyle()Return border-style value.intgetWidth()Return border-width value.voidsetColor(CssValues.CssPrimitive color) Set border-color value.voidSet border-style value.voidsetWidth(int width) Set border-width value.
-
Method Details
-
getColor
CssValues.CssPrimitive getColor()Return border-color value. -
setColor
Set border-color value. -
getWidth
int getWidth()Return border-width value. -
setWidth
void setWidth(int width) Set border-width value. -
getStyle
String getStyle()Return border-style value. -
setStyle
Set border-style value.
-