Class EmptyBorderEdge
- java.lang.Object
-
- 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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CSSValue
getBorderStyle()
CSSColorValue
getColor()
static BorderEdge
getInstance()
RenderLength
getWidth()
-
-
-
Method Detail
-
getWidth
public RenderLength getWidth()
- Specified by:
getWidth
in interfaceBorderEdge
-
getColor
public CSSColorValue getColor()
- Specified by:
getColor
in interfaceBorderEdge
-
getBorderStyle
public CSSValue getBorderStyle()
- Specified by:
getBorderStyle
in interfaceBorderEdge
-
getInstance
public static BorderEdge getInstance()
-
-