Interface BorderEdge
-
- All Known Implementing Classes:
EmptyBorderEdge,StyledBorderEdge
public interface BorderEdgeDescribes a single border edge.- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CSSValuegetBorderStyle()CSSColorValuegetColor()RenderLengthgetWidth()
-
-
-
Method Detail
-
getWidth
RenderLength getWidth()
-
getColor
CSSColorValue getColor()
-
getBorderStyle
CSSValue getBorderStyle()
-
-