org.jfree.layouting.renderer.border
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 BorderEdge
public CSSValue getBorderStyle()
getBorderStyle
in interface BorderEdge
public CSSColorValue getColor()
getColor
in interface BorderEdge