|
|||||||||
| 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
An abstract base class for performing alignment of one Rectangle2D to
another.
| Constructor Summary | |
protected |
BoundsAlignment(StrictBounds bounds)
Creates a new alignment object. |
| Method Summary | |
abstract StrictBounds |
align(StrictBounds r)
Aligns a rectangle with this object's reference bounds. |
protected StrictBounds |
getReferenceBounds()
Returns the internal reference bounds. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
protected BoundsAlignment(StrictBounds bounds)
bounds - the reference bounds (alignment will be performed relative to this
rectangle).| Method Detail |
protected StrictBounds getReferenceBounds()
public abstract StrictBounds align(StrictBounds r)
Subclasses determine the
exact alignment behaviour (for example, the TopAlignment class will align a
rectangle to the top of the reference bounds).
r - the rectangle to be aligned with this object's reference bounds.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||