Interface CSSBorderProperties
- All Known Implementing Classes:
CSSBorderPropertiesImpl
public interface CSSBorderProperties
CSS Border properties interface.
- Version:
- 1.0.0
- Author:
- Angelo ZERR
-
Method Summary
-
Method Details
-
getColor
CSSPrimitiveValue 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.
-