Class BorderPainter.AbstractBorderSegment
- java.lang.Object
-
- org.apache.fop.render.intermediate.BorderPainter.AbstractBorderSegment
-
- All Implemented Interfaces:
BorderPainter.BorderSegment
- Direct Known Subclasses:
BorderPainter.AbstractBorderSegment.NullBorderSegment,BorderPainter.AbstractBorderSegment.WrappingBorderSegment
- Enclosing class:
- BorderPainter
private abstract static class BorderPainter.AbstractBorderSegment extends java.lang.Object implements BorderPainter.BorderSegment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classBorderPainter.AbstractBorderSegment.FlippedBorderSegmentprivate static classBorderPainter.AbstractBorderSegment.NullBorderSegmentprivate static classBorderPainter.AbstractBorderSegment.WrappingBorderSegment
-
Constructor Summary
Constructors Modifier Constructor Description privateAbstractBorderSegment()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static BorderPainter.BorderSegmentasBorderSegment(BorderProps borderProps)private static BorderPainter.BorderSegmentasFlippedBorderSegment(BorderProps borderProps)booleanisSpecified()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.fop.render.intermediate.BorderPainter.BorderSegment
getClippedWidth, getColor, getRadiusEnd, getRadiusStart, getStyle, getWidth, isCollapseOuter
-
-
-
-
Method Detail
-
asBorderSegment
private static BorderPainter.BorderSegment asBorderSegment(BorderProps borderProps)
-
asFlippedBorderSegment
private static BorderPainter.BorderSegment asFlippedBorderSegment(BorderProps borderProps)
-
isSpecified
public boolean isSpecified()
- Specified by:
isSpecifiedin interfaceBorderPainter.BorderSegment
-
-