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: RightAlignment [javadoc | source]
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.RightAlignment
A utility class that can align a rectangle to the bottom edge of the current bounds.
Constructor:
 public RightAlignment(Rectangle2D bounds) 
    Creates a new alignment object.
    Parameters:
    bounds - the reference bounds.
Method from org.jfree.report.modules.output.pageable.base.operations.RightAlignment Summary:
align
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.RightAlignment Detail:
 public Rectangle2D align(Rectangle2D rect) 
    Aligns a rectangle to the right of the reference bounds.