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