|
||||||||||
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.LeftAlignment
A utility class that can align a rectangle to the left edge of the current bounds.
Constructor Summary | |
LeftAlignment(java.awt.geom.Rectangle2D bounds)
Creates a new left alignment object. |
Method Summary | |
java.awt.geom.Rectangle2D |
align(java.awt.geom.Rectangle2D inner)
Aligns a rectangle with the current 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 LeftAlignment(java.awt.geom.Rectangle2D bounds)
bounds
- the bounds.Method Detail |
public java.awt.geom.Rectangle2D align(java.awt.geom.Rectangle2D inner)
align
in class BoundsAlignment
inner
- the rectangle to align.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |