Uses of Class
ca.sqlpower.wabit.report.HorizontalAlignment

Packages that use HorizontalAlignment
ca.sqlpower.wabit.report   
ca.sqlpower.wabit.report.resultset   
 

Uses of HorizontalAlignment in ca.sqlpower.wabit.report
 

Methods in ca.sqlpower.wabit.report that return HorizontalAlignment
 HorizontalAlignment CellSetRenderer.getBodyAlignment()
           
 HorizontalAlignment ImageRenderer.getHAlign()
           
 HorizontalAlignment Label.getHorizontalAlignment()
           
 HorizontalAlignment ColumnInfo.getHorizontalAlignment()
           
static HorizontalAlignment HorizontalAlignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HorizontalAlignment[] HorizontalAlignment.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in ca.sqlpower.wabit.report with parameters of type HorizontalAlignment
 void CellSetRenderer.setBodyAlignment(HorizontalAlignment bodyAlignment)
           
 void ImageRenderer.setHAlign(HorizontalAlignment hAlign)
           
 void Label.setHorizontalAlignment(HorizontalAlignment alignment)
           
 void ColumnInfo.setHorizontalAlignment(HorizontalAlignment align)
           
 

Uses of HorizontalAlignment in ca.sqlpower.wabit.report.resultset
 

Constructors in ca.sqlpower.wabit.report.resultset with parameters of type HorizontalAlignment
ResultSetCell(java.lang.String text, java.awt.Font font, java.awt.Rectangle bounds, java.awt.Insets insets, HorizontalAlignment align, java.util.List<ResultSetCell.BorderType> borderTypes)
           
 



Copyright © 2009. All Rights Reserved.