Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org.jfree.report.modules.output.pageable » base » operations » [javadoc | source]
org.jfree.report.modules.output.pageable.base.operations
public class: BottomAlignment [javadoc | source]
java.lang.Object
   org.jfree.report.modules.output.pageable.base.operations.BoundsAlignment
      org.jfree.report.modules.output.pageable.base.operations.VerticalBoundsAlignment
         org.jfree.report.modules.output.pageable.base.operations.BottomAlignment
A utility class that can align a Rectangle2D to the bottom edge of its reference bounds.
Constructor:
 public BottomAlignment(Rectangle2D bounds) 
    Creates a new alignment object.
    Parameters:
    bounds - the reference bounds.
Method from org.jfree.report.modules.output.pageable.base.operations.BottomAlignment Summary:
align
Methods from org.jfree.report.modules.output.pageable.base.operations.VerticalBoundsAlignment:
toString
Methods from org.jfree.report.modules.output.pageable.base.operations.BoundsAlignment:
align,   getReferenceBounds
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.modules.output.pageable.base.operations.BottomAlignment Detail:
 public Rectangle2D align(Rectangle2D r) 
    Aligns a rectangle to the bottom of the current reference bounds.