|
||||||||||
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.HorizontalBoundsAlignment
com.jrefinery.report.targets.pageable.operations.RightAlignment
A utility class that can align a rectangle to the bottom edge of the current bounds.
Constructor Summary | |
RightAlignment(java.awt.geom.Rectangle2D bounds)
Creates a new alignment object. |
Method Summary | |
java.awt.geom.Rectangle2D |
align(java.awt.geom.Rectangle2D rect)
Aligns a rectangle to the right of the reference bounds. |
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 RightAlignment(java.awt.geom.Rectangle2D bounds)
bounds
- the reference bounds.Method Detail |
public java.awt.geom.Rectangle2D align(java.awt.geom.Rectangle2D rect)
align
in class BoundsAlignment
rect
- the rectangle.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |