org.jfree.layouting.renderer.border

Class EmptyBorderEdge

public class EmptyBorderEdge extends Object implements BorderEdge

A border that corresponds to 'none' - it is empty and consumes no space at all.

Author: Thomas Morgner

Method Summary
CSSValuegetBorderStyle()
CSSColorValuegetColor()
static BorderEdgegetInstance()
RenderLengthgetWidth()

Method Detail

getBorderStyle

public CSSValue getBorderStyle()

getColor

public CSSColorValue getColor()

getInstance

public static BorderEdge getInstance()

getWidth

public RenderLength getWidth()