|
|||||||||
| 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.HorizontalBoundsAlignment
|
+--org.jfree.report.modules.output.pageable.base.operations.CenterAlignment
A utility class that can align a rectangle to the (horizontal) center of the current bounds.
| Constructor Summary | |
CenterAlignment(StrictBounds bounds)
Creates a new alignment object. |
|
| Method Summary | |
StrictBounds |
align(StrictBounds inner)
Aligns a rectangle to the (horizontal) center of the current bounds. |
| 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,
toString,
wait,
wait,
wait |
| Constructor Detail |
public CenterAlignment(StrictBounds bounds)
bounds - the bounds.| Method Detail |
public StrictBounds align(StrictBounds inner)
inner - the region to align.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||