com.jrefinery.report.targets.pageable.operations
Class HorizontalBoundsAlignment

java.lang.Object
  extended bycom.jrefinery.report.targets.pageable.operations.BoundsAlignment
      extended bycom.jrefinery.report.targets.pageable.operations.HorizontalBoundsAlignment
Direct Known Subclasses:
CenterAlignment, LeftAlignment, RightAlignment

public abstract class HorizontalBoundsAlignment
extends BoundsAlignment

An abstract base class for performing horizontal alignment.

Author:
Thomas Morgner

Constructor Summary
protected HorizontalBoundsAlignment(java.awt.geom.Rectangle2D bounds)
          Creates a new horizontal alignment object.
 
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

HorizontalBoundsAlignment

protected HorizontalBoundsAlignment(java.awt.geom.Rectangle2D bounds)
Creates a new horizontal alignment object.

Parameters:
bounds - the bounds.