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 Object
implements BorderPainter.BorderSegment
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static final classprivate static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static BorderPainter.BorderSegmentasBorderSegment(BorderProps borderProps) private static BorderPainter.BorderSegmentasFlippedBorderSegment(BorderProps borderProps) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.fop.render.intermediate.BorderPainter.BorderSegment
getClippedWidth, getColor, getRadiusEnd, getRadiusStart, getStyle, getWidth, isCollapseOuter
-
Constructor Details
-
AbstractBorderSegment
private AbstractBorderSegment()
-
-
Method Details
-
asBorderSegment
-
asFlippedBorderSegment
-
isSpecified
public boolean isSpecified()- Specified by:
isSpecifiedin interfaceBorderPainter.BorderSegment
-