Class BorderPainter.AbstractBorderSegment.WrappingBorderSegment
- java.lang.Object
-
- org.apache.fop.render.intermediate.BorderPainter.AbstractBorderSegment
-
- org.apache.fop.render.intermediate.BorderPainter.AbstractBorderSegment.WrappingBorderSegment
-
- All Implemented Interfaces:
BorderPainter.BorderSegment
- Direct Known Subclasses:
BorderPainter.AbstractBorderSegment.FlippedBorderSegment
- Enclosing class:
- BorderPainter.AbstractBorderSegment
private static class BorderPainter.AbstractBorderSegment.WrappingBorderSegment extends BorderPainter.AbstractBorderSegment
-
-
Field Summary
Fields Modifier and Type Field Description protected BorderProps
borderProps
private int
clippedWidth
-
Constructor Summary
Constructors Constructor Description WrappingBorderSegment(BorderProps borderProps)
-
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()
-
Methods inherited from class org.apache.fop.render.intermediate.BorderPainter.AbstractBorderSegment
isSpecified
-
-
-
-
Field Detail
-
borderProps
protected final BorderProps borderProps
-
clippedWidth
private final int clippedWidth
-
-
Constructor Detail
-
WrappingBorderSegment
WrappingBorderSegment(BorderProps borderProps)
-
-