Class BorderPainter.AbstractBorderSegment.NullBorderSegment
- java.lang.Object
-
- org.apache.fop.render.intermediate.BorderPainter.AbstractBorderSegment
-
- org.apache.fop.render.intermediate.BorderPainter.AbstractBorderSegment.NullBorderSegment
-
- All Implemented Interfaces:
BorderPainter.BorderSegment
- Enclosing class:
- BorderPainter.AbstractBorderSegment
private static final class BorderPainter.AbstractBorderSegment.NullBorderSegment extends BorderPainter.AbstractBorderSegment
-
-
Field Summary
Fields Modifier and Type Field Description static BorderPainter.AbstractBorderSegment.NullBorderSegment
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
NullBorderSegment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getClippedWidth()
java.awt.Color
getColor()
int
getRadiusEnd()
int
getRadiusStart()
int
getStyle()
int
getWidth()
boolean
isCollapseOuter()
boolean
isSpecified()
-
-
-
Field Detail
-
INSTANCE
public static final BorderPainter.AbstractBorderSegment.NullBorderSegment INSTANCE
-
-
Method Detail
-
getWidth
public int getWidth()
-
getClippedWidth
public int getClippedWidth()
-
getRadiusStart
public int getRadiusStart()
-
getRadiusEnd
public int getRadiusEnd()
-
isCollapseOuter
public boolean isCollapseOuter()
-
getColor
public java.awt.Color getColor()
-
getStyle
public int getStyle()
-
isSpecified
public boolean isSpecified()
- Specified by:
isSpecified
in interfaceBorderPainter.BorderSegment
- Overrides:
isSpecified
in classBorderPainter.AbstractBorderSegment
-
-