org.jfree.layouting.renderer.border
Class EmptyBorderEdge

java.lang.Object
  extended by org.jfree.layouting.renderer.border.EmptyBorderEdge
All Implemented Interfaces:
BorderEdge

public class EmptyBorderEdge
extends java.lang.Object
implements BorderEdge

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

Author:
Thomas Morgner

Method Summary
 CSSValue getBorderStyle()
           
 CSSColorValue getColor()
           
static BorderEdge getInstance()
           
 RenderLength getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWidth

public RenderLength getWidth()
Specified by:
getWidth in interface BorderEdge

getColor

public CSSColorValue getColor()
Specified by:
getColor in interface BorderEdge

getBorderStyle

public CSSValue getBorderStyle()
Specified by:
getBorderStyle in interface BorderEdge

getInstance

public static BorderEdge getInstance()