|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jfree.report.modules.output.pageable.base.operations.BoundsAlignment
|
+--org.jfree.report.modules.output.pageable.base.operations.VerticalBoundsAlignment
|
+--org.jfree.report.modules.output.pageable.base.operations.BottomAlignment
A utility class that can align a Rectangle2D to the bottom edge of its
reference bounds.
| Constructor Summary | |
BottomAlignment(StrictBounds bounds)
Creates a new alignment object. |
|
| Method Summary | |
StrictBounds |
align(StrictBounds r)
Aligns a rectangle to the bottom of the current reference bounds. |
| Methods inherited from class org.jfree.report.modules.output.pageable.base.operations.VerticalBoundsAlignment |
toString |
| Methods inherited from class org.jfree.report.modules.output.pageable.base.operations.BoundsAlignment |
getReferenceBounds |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public BottomAlignment(StrictBounds bounds)
bounds - the reference bounds.| Method Detail |
public StrictBounds align(StrictBounds r)
r - the rectangle to align.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||