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 class
BorderPainter.AbstractBorderSegment.FlippedBorderSegment
private static class
BorderPainter.AbstractBorderSegment.NullBorderSegment
private static class
BorderPainter.AbstractBorderSegment.WrappingBorderSegment
-
Constructor Summary
Constructors Modifier Constructor Description private
AbstractBorderSegment()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static BorderPainter.BorderSegment
asBorderSegment(BorderProps borderProps)
private static BorderPainter.BorderSegment
asFlippedBorderSegment(BorderProps borderProps)
boolean
isSpecified()
-
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:
isSpecified
in interfaceBorderPainter.BorderSegment
-
-