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: LeftAlignment [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.LeftAlignment
A utility class that can align a rectangle to the left edge of the current bounds.
Constructor:
 public LeftAlignment(Rectangle2D bounds) 
    Creates a new left alignment object.
    Parameters:
    bounds - the bounds.
Method from org.jfree.report.modules.output.pageable.base.operations.LeftAlignment 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.LeftAlignment Detail:
 public Rectangle2D align(Rectangle2D inner) 
    Aligns a rectangle with the current bounds.