|
||||||||||
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
An abstract base class for performing vertical alignment.
Constructor Summary | |
protected |
VerticalBoundsAlignment(java.awt.geom.Rectangle2D bounds)
Creates a new horizontal alignment object. |
Method Summary | |
java.awt.geom.Rectangle2D |
applyShift(java.awt.geom.Rectangle2D bounds)
Applies a vertical shift to the given rectangle. |
void |
calculateShift(java.awt.geom.Rectangle2D bounds)
Calculates the shift. |
float |
getHorizontalShift()
Returns the horizontal shift. |
Methods inherited from class com.jrefinery.report.targets.pageable.operations.BoundsAlignment |
align, getReferenceBounds |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected VerticalBoundsAlignment(java.awt.geom.Rectangle2D bounds)
bounds
- the bounds.Method Detail |
public float getHorizontalShift()
public void calculateShift(java.awt.geom.Rectangle2D bounds)
bounds
- the bounds.public java.awt.geom.Rectangle2D applyShift(java.awt.geom.Rectangle2D bounds)
bounds
object is modified during this operation.
bounds
- the bounds.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |