org.jfree.layouting.renderer.border

Interface BorderEdge

public interface BorderEdge

Describes a single border edge.

Author: Thomas Morgner

Method Summary
CSSValuegetBorderStyle()
CSSColorValuegetColor()
RenderLengthgetWidth()

Method Detail

getBorderStyle

public CSSValue getBorderStyle()

getColor

public CSSColorValue getColor()

getWidth

public RenderLength getWidth()