public class StyledBorderEdge extends java.lang.Object implements BorderEdge
| Constructor and Description |
|---|
StyledBorderEdge(CSSValue borderStyle,
CSSColorValue color,
RenderLength width) |
| Modifier and Type | Method and Description |
|---|---|
CSSValue |
getBorderStyle() |
CSSColorValue |
getColor() |
RenderLength |
getWidth() |
public StyledBorderEdge(CSSValue borderStyle, CSSColorValue color, RenderLength width)
public RenderLength getWidth()
getWidth in interface BorderEdgepublic CSSValue getBorderStyle()
getBorderStyle in interface BorderEdgepublic CSSColorValue getColor()
getColor in interface BorderEdge