|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.targets.pageable.operations.BoundsAlignment
com.jrefinery.report.targets.pageable.operations.VerticalBoundsAlignment
com.jrefinery.report.targets.pageable.operations.BottomAlignment
A utility class that can align a Rectangle2D
to the bottom edge of its reference
bounds.
Constructor Summary | |
BottomAlignment(java.awt.geom.Rectangle2D bounds)
Creates a new alignment object. |
Method Summary | |
java.awt.geom.Rectangle2D |
align(java.awt.geom.Rectangle2D r)
Aligns a rectangle to the bottom of the current reference bounds. |
Methods inherited from class com.jrefinery.report.targets.pageable.operations.VerticalBoundsAlignment |
applyShift, calculateShift, getHorizontalShift |
Methods inherited from class com.jrefinery.report.targets.pageable.operations.BoundsAlignment |
getReferenceBounds |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BottomAlignment(java.awt.geom.Rectangle2D bounds)
bounds
- the reference bounds.Method Detail |
public java.awt.geom.Rectangle2D align(java.awt.geom.Rectangle2D r)
align
in class BoundsAlignment
r
- the rectangle to align.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |